casper3 | add new theme

This commit is contained in:
Don Harper 2021-02-24 20:09:31 -06:00
parent 909ebbc5d7
commit 57089e42ce
28 changed files with 417 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{{ if .Scratch.Get "background" }}
<style type="text/css">
.responsive-header-img {
background-image: url('{{ .Scratch.Get "background" }}');
}
</style>
<div class="outer site-header-background responsive-header-img">
{{ else }}
<div class="outer site-header-background no-image">
{{ end }}