mirror of
https://github.com/thomasjsn/hugo-theme-hello-friend.git
synced 2024-11-14 20:35:07 +01:00
Merge branch 'Working' into PR-Improve-LastModDate
(maintaining parallel branch status)
This commit is contained in:
commit
59634fd0d3
2
USERS.md
2
USERS.md
@ -18,3 +18,5 @@ TEMPLATE:
|
|||||||
- https://verso.re/ - **Joan Calabrés** (Security Engineer)
|
- https://verso.re/ - **Joan Calabrés** (Security Engineer)
|
||||||
- https://blog.lepape.me/ - **François Le Pape** (Student & developer freelance)
|
- https://blog.lepape.me/ - **François Le Pape** (Student & developer freelance)
|
||||||
- https://blog.jyny.dev/ - **Jyny Chen** (Software Engineer)
|
- https://blog.jyny.dev/ - **Jyny Chen** (Software Engineer)
|
||||||
|
- https://felixleger.com/ - **Félix Léger** (Sofware Developer and DevOps)
|
||||||
|
- https://cobalto.net/ - **Daniel Pessoa** (Sofware Developer and BI Analyst)
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
{{else}}
|
{{else}}
|
||||||
{{ partial "logo.html" . }}
|
{{ partial "logo.html" . }}
|
||||||
<div class="copyright">
|
<div class="copyright">
|
||||||
<span>© {{ now.Year }} Powered by <a href="https://gohugo.io" target="_blank" rel="noopener">Hugo</a></span>
|
<span>© {{ now.Year }} | Powered by <a href="https://gohugo.io" target="_blank" rel="noopener">Hugo</a></span>
|
||||||
<span>Theme created by <a href="https://twitter.com/panr" target="_blank" rel="noopener">panr</a></span>
|
<span>Theme created by <a href="https://twitter.com/panr" target="_blank" rel="noopener">panr</a></span>
|
||||||
</div>
|
</div>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
@ -2,3 +2,4 @@
|
|||||||
If you want to include any custom html at the beginning of </head> before scripts or links are declared,
|
If you want to include any custom html at the beginning of </head> before scripts or links are declared,
|
||||||
put it in /layouts/partials/prepended_head.html. Do not put anything in this file - it's only here so that hugo won't throw an error if /layouts/partials/prepended_head.html doesn't exist.
|
put it in /layouts/partials/prepended_head.html. Do not put anything in this file - it's only here so that hugo won't throw an error if /layouts/partials/prepended_head.html doesn't exist.
|
||||||
-->
|
-->
|
||||||
|
<meta name="referer" content="origin">
|
||||||
|
Loading…
Reference in New Issue
Block a user