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

github.com/kc0bfv/autophugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvia <sylvie@gmail.com>2020-12-10 11:05:03 +0300
committerKarl <kc0bfv@gmail.com>2020-12-19 23:12:59 +0300
commit0414cffeffaad3c1584053dc0dfd48c7f7b374d1 (patch)
treeda1cc25bd54fc62a2f2d4951f52068defbcdb9e7 /layouts
parent1447885b533982a529593e4d9996538324891f87 (diff)
minor copy change in copyright footer
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/footer.html2
-rw-r--r--layouts/partials/header.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 092cbf5..0154a58 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -15,7 +15,7 @@
</ul>
</section>
<p class="copyright">
- &copy; {{ with .Site.Params.footer.copyright.name }}{{ . | markdownify }}{{ end }}. Theme: <a href="https://github.com/kc0bfv/autophugo/">AutoPhugo</a>.
+ &copy; {{ with .Site.Params.footer.copyright.name }}{{ . | markdownify }}{{ end }}. Code generated with <a href="https://gohugo.io/">Hugo</a>, theme based on <a href="https://github.com/kc0bfv/autophugo/">AutoPhugo</a>.
</p>
</div>
{{ if not .Site.Params.footer.contact.hide }}
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 82a014b..d73c862 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -26,9 +26,9 @@
{{- range $cur_ind, $element := first (sub $use_part_cnt 1) $url_parts -}}
{{- $path := delimit (first (add $cur_ind 1) $url_parts) "/" }}
/ <a href="{{ $.Site.BaseURL }}{{ $path }}"><strong>{{ $element | humanize }}</strong></a>
- {{- end }}
+ {{- end }}
/ {{ (index $url_parts (sub $use_part_cnt 1)) | humanize }}
- {{- end }}
+ {{- end }}
</h1>
{{ partial "navigation.html" . }}
</header>