| README.md | patch | view | raw | blame | history | |
| exampleSite/config.toml | ●●●●● patch | view | raw | blame | history | |
| layouts/index.html | ●●●●● patch | view | raw | blame | history | |
| layouts/partials/bio.html | ●●●●● patch | view | raw | blame | history | |
| layouts/partials/links.html | patch | view | raw | blame | history |
README.md
exampleSite/config.toml
@@ -9,7 +9,7 @@ googleAnalytics = "" # Copyright copyright = "©2017 Your Name" copyright = "©2018 Your Name" [params] layouts/index.html
@@ -1,5 +1,5 @@ <!DOCTYPE html> <html lang="{{ .Site.LanguageCode }}"> <html lang="{{ default .Site.LanguageCode "en-US" }}"> <head> {{ partial "head" . }} layouts/partials/bio.html
@@ -1,3 +1,5 @@ {{ if .Site.Params.content.bio }} <div class="split-bio"> <p>{{ .Site.Params.content.bio | markdownify }}</p> </div> {{ end }} layouts/partials/links.html