Merge branch 'Working' into PR-Improve-LastModDate

(maintaining parallel branch status)
This commit is contained in:
Adam Ormsby 2019-11-30 13:51:05 +07:00
commit 59634fd0d3
3 changed files with 4 additions and 1 deletions

View File

@ -18,3 +18,5 @@ TEMPLATE:
- https://verso.re/ - **Joan Calabrés** (Security Engineer)
- https://blog.lepape.me/ - **François Le Pape** (Student & developer freelance)
- 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)

View File

@ -5,7 +5,7 @@
{{else}}
{{ partial "logo.html" . }}
<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>
</div>
{{end}}

View File

@ -2,3 +2,4 @@
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.
-->
<meta name="referer" content="origin">