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
feat: introduce vercel web analytics (#900)
Andy Tian
02.23.2024
0078e66aebe8d796ee5d3e0ae9b1766009518d8c
[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 }}