diff --git a/index.html b/index.html index 963d136..8eeedaf 100644 --- a/index.html +++ b/index.html @@ -50,7 +50,7 @@ - A cover photo of Ellpeck Ellpeck.de + A pixelart version of Ellpeck Ellpeck.de @@ -88,7 +88,7 @@
- + A cover photo of Ellpeck

@@ -97,7 +97,7 @@
- + Become a patron @@ -108,7 +108,7 @@
- +

Projects

@@ -122,7 +122,7 @@

- +

Social

@@ -150,7 +150,7 @@

- +

About

@@ -163,7 +163,7 @@

- +

Blog

diff --git a/scripts/blog.js b/scripts/blog.js index 00f19c1..3651bdc 100644 --- a/scripts/blog.js +++ b/scripts/blog.js @@ -69,6 +69,6 @@ function addCategory(json, cats, anchors, cat, currCat) { populateBlog(json, catId); history.replaceState(null, null, `#blog-${catId}`); }); - anchors.append( /*html*/ ``); + anchors.append( /*html*/ ``); } } \ No newline at end of file diff --git a/scripts/social.js b/scripts/social.js index 09fe81f..37483c8 100644 --- a/scripts/social.js +++ b/scripts/social.js @@ -51,5 +51,5 @@ $('#social-list').html(s); let disc = $("#discord-div"); let theme = dark ? "dark" : "light"; disc.html( /*html*/ ` - + `); \ No newline at end of file