diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2019-07-07 12:22:18 +0200 |
---|---|---|
committer | Dimitri Staessens <dimitri@ouroboros.rocks> | 2019-07-07 12:22:18 +0200 |
commit | 4d84c2a622929d6ff5ab7f40697bc4e47f76e057 (patch) | |
tree | 56ad8beed3d1bb23a8d042a9c256bb69773ce03b /themes/terrassa/layouts/partials/header.html | |
parent | c14c4165ea95bf60b2f90974905a85be5f7d9919 (diff) | |
download | website-4d84c2a622929d6ff5ab7f40697bc4e47f76e057.tar.gz website-4d84c2a622929d6ff5ab7f40697bc4e47f76e057.zip |
themes: Remove terrassa theme
Diffstat (limited to 'themes/terrassa/layouts/partials/header.html')
-rw-r--r-- | themes/terrassa/layouts/partials/header.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/themes/terrassa/layouts/partials/header.html b/themes/terrassa/layouts/partials/header.html deleted file mode 100644 index 212f470..0000000 --- a/themes/terrassa/layouts/partials/header.html +++ /dev/null @@ -1,14 +0,0 @@ -<header class="header"> - <div class="header__title"> - <a href="{{ $.Site.BaseURL }}" class="header__title__link" alt="Home"> - {{ if $.Site.Params.logo }} - <img src="{{ $.Site.BaseURL }}{{ $.Site.Params.logo }}" class="header__title__logo" alt="{{ $.Site.Title }}"> - {{ else }} - {{ $.Site.Title }} - {{ end }} - </a> - </div> - - {{ partial "menu.html" . }} - {{ partial "hamburger-menu.html" . }} -</header>
\ No newline at end of file |