diff options
author | Frederick Yin <fkfd@fkfd.me> | 2023-11-25 16:38:20 -0500 |
---|---|---|
committer | Frederick Yin <fkfd@fkfd.me> | 2023-11-25 16:38:20 -0500 |
commit | ea24059bb0de208607f1d584cc09707650c5d90d (patch) | |
tree | 28cc94f33c5b6becbb80b73ceb307239abf4b8d8 /alabaster-lite/sidebars/title.html | |
parent | 8b7affb9896d8d68fc37bc81ace19cb05d0f2eba (diff) |
sidebar shows up on mobile
Diffstat (limited to 'alabaster-lite/sidebars/title.html')
-rw-r--r-- | alabaster-lite/sidebars/title.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/alabaster-lite/sidebars/title.html b/alabaster-lite/sidebars/title.html index becb5b3..2bfd103 100644 --- a/alabaster-lite/sidebars/title.html +++ b/alabaster-lite/sidebars/title.html @@ -10,3 +10,4 @@ {% else %} <h1 class="logo"><a href="{{nav.homepage.url|url}}">{{ config.site_name }}</a></h1> {% endif %} +<p class="blurb">This is technically a blog.</p> |