Skip to content

Commit f1de322

Browse files
committed
refactor: Remove based on theme Terminal in footer
1 parent d38f5d8 commit f1de322

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

layouts/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@
5252
</div>
5353

5454
{{- /* site theme info */}}
55-
<p class="themeinfo">Powered by <a href="https://gohugo.io">Hugo</a>, theme is based on <a href="https://github.com/panr/hugo-theme-terminal/">Terminal</a></p>
55+
<p class="themeinfo">Powered by <a href="https://gohugo.io">Hugo</a>, using theme <a href="https://manid2.github.io/hugo-xterm/">Hugo Xterm</a>.</p>

layouts/partials/logo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<a href="{{ if $.Site.Params.Logo.LogoHomeLink }}{{ $.Site.Params.Logo.LogoHomeLink }}{{ else }}{{ $.Site.BaseURL }}{{ end }}">
2-
<div class="logo">{{ with $.Site.Params.Logo.logoText }}{{ . }}{{ else }}Terminal{{ end }}</div>
2+
<div class="logo">{{ with $.Site.Params.Logo.logoText }}{{ . }}{{ else }}Hugo Xterm{{ end }}</div>
33
</a>

0 commit comments

Comments
 (0)