aboutsummaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 982f2da..63ee1d8 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1,4 +1,4 @@
-<a href="{{ "" | relURL }}" class="title">
+<a href="{{ "" | relURL }}" class="title" style=text-decoration:none;>
<h1 class="site-title">{{ .Site.Title }}</h1>
</a>
<nav>{{- partial "nav.html" . -}}</nav>