Welcome to mirror list, hosted at ThFree Co, Russian Federation.

copyright.html « partials « layouts - github.com/AmazingRise/hugo-theme-diary.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 69ee264facbc2a976ab06cff8a8a7ebf78952722 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!-- 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 }}