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 nav urls with safeURL filter
Luiz F. A. de Prá
30.36.2020
5b7a49c087f71881a7ce88c88fa486f6752c957b
[external-software/github_gohugo_theme_hugo-coder.git]
/
layouts
/
_default
/
single.html
1
2
3
4
5
6
7
{{ define "title" }}
{{ .Title }} · {{ .Site.Title }}
{{ end }}
{{ define "content" }}
{{ partial "page.html" . }}
{{ partial "posts/math.html" . }}
{{ end }}