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 Hugo version to build the demo on netlify
Luiz F. A. de Prá
23.36.2025
1147e049247f612f0457da47b7649b4c0eefd881
[external-software/github_gohugo_theme_hugo-coder.git]
/
layouts
/
_default
/
terms.html
1
2
3
4
5
6
7
8
9
10
{{ define "title" }}
{{- if eq .Kind "term" -}}
{{- i18n .Data.Plural | title -}}
{{- print ": " -}}
{{- end -}}
{{- i18n (lower .Title) | default .Title | title }} · {{ .Site.Title -}}
{{ end }}
{{ define "content" }}
{{ partial "terms.html" . }}
{{ end }}