mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-12 16:29:44 +00:00
Fixed footer links.
This commit is contained in:
parent
47a8ba89c6
commit
2cadf90a8b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
{{ if .Site.Params.footertext }}
|
||||
{{ .Site.Params.footertext }}
|
||||
{{ else }}
|
||||
<a href="#" target="_blank">Introduction</a> theme for <a href="#" target="_blank">Hugo</a>
|
||||
<a href="https://github.com/vickylaixy/hugo-theme-introduction" target="_blank">Introduction</a> theme for <a href="http://gohugo.io/" target="_blank">Hugo</a>
|
||||
</div>
|
||||
|
||||
{{ end }}
|
Loading…
Reference in a new issue