summaryrefslogtreecommitdiff
path: root/alabaster-lite/sidebars/about.html
diff options
context:
space:
mode:
Diffstat (limited to 'alabaster-lite/sidebars/about.html')
-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>