theme cleanup

This commit is contained in:
Don Harper 2021-03-03 10:56:05 -06:00
parent 90a21568ea
commit 5ae63a1d7d
29 changed files with 0 additions and 1988 deletions

View file

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