dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo_theme_compose
mirror of
https://github.com/onweru/compose.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Update links
Leo Heitmann Ruiz
20.27.2024
bfbcc70b98e252d2e52804351b6650d527de122d
[external-software/github_gohugo_theme_compose.git]
/
layouts
/
shortcodes
/
block.html
1
2
3
4
5
{{- $modifier := .Get 0 -}}
{{- $bg := .Get 1 -}}
<section class="{{ $modifier }}" {{ with $bg }}style="background-image: url(/images/{{ . }})"{{ end }}>
{{- .Inner -}}
</section>