summaryrefslogtreecommitdiff
path: root/alabaster-lite/sidebars/title.html
diff options
context:
space:
mode:
Diffstat (limited to 'alabaster-lite/sidebars/title.html')
-rw-r--r--alabaster-lite/sidebars/title.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/alabaster-lite/sidebars/title.html b/alabaster-lite/sidebars/title.html
new file mode 100644
index 0000000..2bfd103
--- /dev/null
+++ b/alabaster-lite/sidebars/title.html
@@ -0,0 +1,13 @@
+{% if theme.logo %}
+ <p class="logo">
+ <a href="{{nav.homepage.url|url}}">
+ <img class="logo" src="{{base_url}}/{{theme.logo}}" title="{{theme.logo_title}}">
+ </a>
+ </p>
+ {% if theme.logo_name %}
+ <h1 class="logo">{{ config.site_name }}</h1>
+ {% endif %}
+{% 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>