Add support for post page

This commit is contained in:
ChunkyProgrammer 2023-07-19 12:35:22 -07:00
parent bb14f79496
commit e3c365f3d6
14 changed files with 416 additions and 167 deletions

3
assets/js/post.js Normal file
View file

@ -0,0 +1,3 @@
addEventListener('load', function (e) {
get_youtube_comments();
});