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 contribution guideline
Felix Boerner
16.29.2025
640455fa2c563b0270f51bb889aa7369845425d1
[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>