www.duckland.org/themes/diary/layouts/partials/copyright.html
2021-03-03 10:56:28 -06:00

12 lines
625 B
HTML

<!-- Please don't remove the information of theme makers. -->
{{ i18n "hugo_theme" }} <a href="https://github.com/amazingrise/hugo-theme-diary">Diary</a> {{ i18n "by" }} <a href="https://amazingrise.net">Rise</a>
<br>
{{ i18n "ported_from" }} <a href="https://mak1t0.cc/" target="_blank" rel="noreferrer noopener">Makito</a>'s <a href="https://github.com/SumiMakito/hexo-theme-journal/" target="_blank" rel="noreferrer noopener">Journal.</a> <br>
<br>
<!-- Because this project is under MIT licence. -->
&copy;
{{ if .Site.Copyright }}
{{ .Site.Copyright }}
{{ else }}
{{.Site.Home.Date.Year}} {{.Site.Title}}
{{ end }}