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
Update en.toml (#633)
Ismani Nieuweboer
26.07.2021
0b430ece673c55652fa6b3525b12dd8cc53844df
[external-software/github_gohugo_theme_hugo-coder.git]
/
layouts
/
_default
/
terms.html
1
2
3
4
5
6
7
8
9
10
11
{{ define "title" }}
{{- if eq .Kind "term" -}}
{{- i18n .Data.Singular | title -}}
{{- print ": " -}}
{{- end -}}
{{- .Title }} ยท {{ .Site.Title -}}
{{ end }}
{{ define "content" }}
{{ partial "terms.html" . }}
{{ end }}