summaryrefslogtreecommitdiff
path: root/alabaster-lite/sidebars
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@fkfd.me>2022-12-28 18:31:39 +0800
committerFrederick Yin <fkfd@fkfd.me>2022-12-28 18:31:39 +0800
commite4581f12339d9fc141100da815408676d22162be (patch)
treec9635063d1463da3d5af45e2e02ed96914a24fd5 /alabaster-lite/sidebars
parentde43f5034b309e3216b62533540a7a622dd3598e (diff)
Style: category icons on homepage
Diffstat (limited to 'alabaster-lite/sidebars')
-rw-r--r--alabaster-lite/sidebars/about.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/alabaster-lite/sidebars/about.html b/alabaster-lite/sidebars/about.html
index 674dab4..89de15b 100644
--- a/alabaster-lite/sidebars/about.html
+++ b/alabaster-lite/sidebars/about.html
@@ -11,6 +11,9 @@
<h1 class="logo"><a href="{{nav.homepage.url|url}}">{{ config.site_name }}</a></h1>
{% endif %}
-{% if config.site_description %}
- <p class="blurb">{{ config.site_description }}</p>
-{% endif %}
+<p class="blurb">This is technically a blog.</p>
+
+<ul>
+ <li><a href="/about">About Me</a></li>
+ <li><a href="/feed/atom.xml">Atom Feed</a></li>
+</ul>