diff options
Diffstat (limited to 'templates/header.html')
| -rw-r--r-- | templates/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/header.html b/templates/header.html index ef38e96..5e64f05 100644 --- a/templates/header.html +++ b/templates/header.html @@ -1,7 +1,7 @@ <header> <div class="header-inner"> <div class="site-title"> - <a href="/"><span class="pink">arslaan</span><span class="white">@</span><span class="yellow">thinkpad-e16-void</span><span class="white">:</span><span class="green bold">~</span></a> + <a href="/"><span class="pink">arslaan</span><span class="white">@</span><span class="yellow">thinkpad-e16-void</span><span class="white">:</span><span class="green bold">~{% if section.extra.header_title %}/{{ section.extra.header_title }}{% endif %}</span></a> </div> <nav> <a href="/" class="{% if current_path == '/' %}active{% else %}purple{% endif %}">home</a> |
