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
style: add doublequotes for target param
Felix Boerner
22.24.2022
717e54d3f8ebcf00f30c10806f3d4ef7a127a1d4
[external-software/github_gohugo-split-theme.git]
/
layouts
/
partials
/
intro.html
1
2
3
4
<div class="split-intro">
{{ with .Title }}<h1>{{ . }}</h1>{{ end }}
{{ with .Params.tagline }}<h2 class="tagline">{{ . }}</h2>{{ end }}
</div>