dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo-split-theme
mirror of
https://github.com/escalate/hugo-split-theme.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
docs: add code of conduct
Felix Boerner
16.29.2025
914c3e0fac1556f9603c338012c932efe8c1fc8d
[external-software/github_gohugo-split-theme.git]
/
layouts
/
partials
/
intro.html
1
2
3
4
<div class="intro">
{{ with .Title }}<h1 class="name">{{ . }}</h1>{{ end }}
{{ with .Params.tagline }}<h2 class="tagline"><strong class="bold-text">{{ . }}</strong></h2>{{ end }}
</div>