feat(exampleSite): merge en and zh exampleSite

This commit is contained in:
Dillon
2020-02-19 18:48:37 +08:00
parent 16320fa91b
commit 20c9c812d0
37 changed files with 703 additions and 789 deletions

View File

@@ -18,7 +18,7 @@
{{- /* Author */ -}}
{{- with .Site.Author.name -}}
<span class="author" itemprop="copyrightHolder">&nbsp;<a href="{{ $.Site.Author.link | default $.Site.BaseURL }}" target="_blank">{{ . }}</a></span>
<span class="author" itemprop="copyrightHolder">&nbsp;<a href="{{ $.Site.Author.link | default (relLangURL `/`) }}" target="_blank">{{ . }}</a></span>
{{- end -}}
{{- /* License */ -}}