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
Allow users to disable default theme-switching Javascript files (#870)
Muqeet Malik
18.44.2024
3afaa3f1b890d368f635cffb2cf8faada12389e1
[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 }}