Update index.html

This commit is contained in:
The Ghost of FOSS' Future 2024-08-25 12:54:32 -05:00 committed by GitHub
parent e468070db0
commit 482527c501
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,8 +20,8 @@
<script src="frontend.js"></script> <script src="frontend.js"></script>
<script> <script>
const copyrightName = "Sammy (Sparksammy/Nodemixaholic) Lord" const copyrightName = "Sammy (Sparksammy/Nodemixaholic/Charles D Spellman) Lord"
const githubUsername = "sammy-lord" const githubUsername = "the-spellman"
const githubRepoName = "blog-posts" const githubRepoName = "blog-posts"
// Fetch list of blog posts from GitHub repository // Fetch list of blog posts from GitHub repository
async function fetchBlogPosts() { async function fetchBlogPosts() {