dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo_theme_hugo-coder
mirror of
https://github.com/luizdepra/hugo-coder.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fix missing Netlify configuration
Luiz de Prá
04.24.2018
9a8cd08b9211cf06d681365571ad78f866a26e62
[external-software/github_gohugo_theme_hugo-coder.git]
/
layouts
/
_default
/
single.html
1
2
3
4
5
6
{{ define "title" }}
{{ .Title }} · {{ .Site.Title }}
{{ end }}
{{ define "content" }}
{{ partial "page.html" . }}
{{ end }}