Testing phugo as theme
This commit is contained in:
7
layouts/partials/lang.html
Normal file
7
layouts/partials/lang.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{{ "<!-- Phugo - Photogallery Theme for Hugo -->" | safeHTML }}
|
||||
{{ "<!-- by Pavel Kanyshev | github.com/aerohub -->" | safeHTML }}
|
||||
{{ "<!-- It's based on Multiverse by HTML5 UP -->" | safeHTML }}
|
||||
{{ "<!-- html5up.net | @ajlkn -->" | safeHTML }}
|
||||
{{ "<!-- Free for personal and commercial use -->" | safeHTML }}
|
||||
{{ "<!-- under the CCA 3.0 license (html5up.net/license) -->" | safeHTML }}
|
||||
<html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-US{{ end }}">
|
||||
Reference in New Issue
Block a user