diff options
author | Frederick Yin <fkfd@fkfd.me> | 2022-12-28 18:31:39 +0800 |
---|---|---|
committer | Frederick Yin <fkfd@fkfd.me> | 2022-12-28 18:31:39 +0800 |
commit | e4581f12339d9fc141100da815408676d22162be (patch) | |
tree | c9635063d1463da3d5af45e2e02ed96914a24fd5 /alabaster-lite/sidebars/about.html | |
parent | de43f5034b309e3216b62533540a7a622dd3598e (diff) |
Style: category icons on homepage
Diffstat (limited to 'alabaster-lite/sidebars/about.html')
-rw-r--r-- | alabaster-lite/sidebars/about.html | 9 |
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> |