diff options
author | Dimitri Staessens <[email protected]> | 2019-07-07 12:22:18 +0200 |
---|---|---|
committer | Dimitri Staessens <[email protected]> | 2019-07-07 12:22:18 +0200 |
commit | 4d84c2a622929d6ff5ab7f40697bc4e47f76e057 (patch) | |
tree | 56ad8beed3d1bb23a8d042a9c256bb69773ce03b /themes/terrassa/layouts/partials/hero.html | |
parent | c14c4165ea95bf60b2f90974905a85be5f7d9919 (diff) | |
download | website-4d84c2a622929d6ff5ab7f40697bc4e47f76e057.tar.gz website-4d84c2a622929d6ff5ab7f40697bc4e47f76e057.zip |
themes: Remove terrassa theme
Diffstat (limited to 'themes/terrassa/layouts/partials/hero.html')
-rw-r--r-- | themes/terrassa/layouts/partials/hero.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/themes/terrassa/layouts/partials/hero.html b/themes/terrassa/layouts/partials/hero.html deleted file mode 100644 index d3c2a30..0000000 --- a/themes/terrassa/layouts/partials/hero.html +++ /dev/null @@ -1,10 +0,0 @@ -<main class="hero" {{ if $.Params.images }} - style="background-image: url('{{ $.Site.BaseURL }}images/{{ print (index $.Params.images 0) }}');" {{ end }}> - <div class="hero__caption" {{ if $.Site.Params.hero.textColor }} style="color: {{ $.Site.Params.hero.textColor }};" - {{ end }}> - {{ .Content }} - {{ if $.Site.Params.cta.show }} - {{ partial "cta-btn.html" . }} - {{ end }} - </div> -</main>
\ No newline at end of file |