- My neighborhood
- • Check out my neighbors on the indie web!
+ My neighborhood
+ • Check out my neighbors on the indie web!
{% include 'snippets/neighbors.njk' %}
\ No newline at end of file
diff --git a/src/_includes/snippets/neighbors.njk b/src/_includes/snippets/neighbors.njk
index f476586..5aa1888 100644
--- a/src/_includes/snippets/neighbors.njk
+++ b/src/_includes/snippets/neighbors.njk
@@ -1,11 +1,11 @@
\ No newline at end of file
diff --git a/src/_includes/snippets/socials.njk b/src/_includes/snippets/socials.njk
index 2f43dcc..22cf75c 100644
--- a/src/_includes/snippets/socials.njk
+++ b/src/_includes/snippets/socials.njk
@@ -1,8 +1,13 @@
-
\ No newline at end of file
diff --git a/src/_includes/snippets/updates.njk b/src/_includes/snippets/updates.njk
index c150e82..93de72c 100644
--- a/src/_includes/snippets/updates.njk
+++ b/src/_includes/snippets/updates.njk
@@ -1,6 +1,6 @@
- {% for update in updates %}
-
- {{ update.content | safe }}
- {% endfor %}
+ {% for update in updates %}
+
+ {{ update.content | safe }}
+ {% endfor %}
\ No newline at end of file
diff --git a/src/_includes/theme-switcher.njk b/src/_includes/theme-switcher.njk
index 6035bbf..c0acdde 100644
--- a/src/_includes/theme-switcher.njk
+++ b/src/_includes/theme-switcher.njk
@@ -1,6 +1,6 @@
- Theme:
-
-
-
+ Theme:
+
+
+
\ No newline at end of file
diff --git a/src/_layouts/about.njk b/src/_layouts/about.njk
index 4048f5d..dd3e28d 100644
--- a/src/_layouts/about.njk
+++ b/src/_layouts/about.njk
@@ -3,41 +3,47 @@ layout: base.njk
---
- {{ content | safe }}
-
-
-
Interests
-
-
Writing - poetry, prose, essays, etc.
-
Music
-
Gaming
-
Game development
-
Languages
-
Worldbuilding
-
-
-
-
Fun facts
-
-
Filipino American
-
Texan
-
Languages: English (native), German, Cebuano, and Tagalog
-
-
-
+ {{ content | safe }}
+
+
+
+
Interests
+
+
+
Writing - poetry, prose, essays, etc.
+
Music
+
Gaming
+
Game development
+
Languages
+
Worldbuilding
+
+
+
+
+
Fun facts
+
+
+
Filipino American
+
Texan
+
Languages: English (native), German, Cebuano, and Tagalog
+
+
+
\ No newline at end of file
diff --git a/src/_layouts/base.njk b/src/_layouts/base.njk
index 7031dd7..e6b472d 100644
--- a/src/_layouts/base.njk
+++ b/src/_layouts/base.njk
@@ -1,19 +1,18 @@
-
- {% include 'head/meta.njk' %}
-
- {% include 'head/default-styles.njk' %}
-
-
-
+ Created
+
+ {% if lastmod %}•
+ Last modified
+
+ {% endif %}
+
+
\ No newline at end of file
diff --git a/src/_layouts/single.njk b/src/_layouts/single.njk
index e4a0348..eff6e24 100644
--- a/src/_layouts/single.njk
+++ b/src/_layouts/single.njk
@@ -3,14 +3,13 @@ layout: base.njk
---
{{ content | safe }}
-
\ No newline at end of file