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
feat: move variables to main scss
Felix Boerner
31.59.2024
cda18632a7d36b8e1fb9cd5b8c0bd501bb5680ca
[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>