chore: point design-template-link to github for now
This commit is contained in:
parent
285444ebf0
commit
a7fcc36fed
|
@ -3,7 +3,9 @@
|
|||
{{ with .Site.Params.copyright }}<section class="copyright">{{ . | markdownify }}</section>{{ end }}
|
||||
<section>{{ echoParam .Site.Params "hidebyline" }}</section>
|
||||
{{ if ne .Site.Params.hidedesignbyline true }}<section>
|
||||
<a href="https://themes.gohugo.io/hugo-scroll/">Design</a> template built with ♥️ by <a href="https://www.janraasch.com" title="Jan Raasch">Jan Raasch</a>
|
||||
<!-- TODO: Change link to https://themes.gohugo.io/hugo-scroll/ once
|
||||
https://github.com/gohugoio/hugoThemes/issues/881 is solved. -->
|
||||
<a href="https://github.com/janraasch/hugo-scroll/">Design</a> template built with ♥️ by <a href="https://www.janraasch.com" title="Jan Raasch">Jan Raasch</a>
|
||||
</section>{{ end }}
|
||||
</div>
|
||||
</footer>
|
||||
|
|
Loading…
Reference in a new issue