Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/damiencaselli/hugo-journal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Caselli <damien.caselli@gmail.com>2017-07-28 10:07:59 +0300
committerDamien Caselli <damien.caselli@gmail.com>2017-07-28 10:07:59 +0300
commit57b10090076c8f37be5192f1afe2c45a65d029c2 (patch)
tree06e755dbd880fd0803b08361c3a964a00fc55176
parent830f98b332687e92b5d91bd1d6f6f3e2ed3cf190 (diff)
Change top link text
-rw-r--r--layouts/partials/top.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/top.html b/layouts/partials/top.html
index 576f3eb..b63eed4 100644
--- a/layouts/partials/top.html
+++ b/layouts/partials/top.html
@@ -39,6 +39,6 @@
</header>
{{- else -}}
<nav class="site-nav">
- <a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a>
+ <a href="{{ .Site.BaseURL }}">Index</a>
</nav>
{{- end }}