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
Wide Angle Analytics Support (#1) (#773)
Jarek Rozanski
08.25.2023
965c1cb752ad4deed04861e5e950a2b37f519adf
[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 }}