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/head.html | |
parent | c14c4165ea95bf60b2f90974905a85be5f7d9919 (diff) | |
download | website-4d84c2a622929d6ff5ab7f40697bc4e47f76e057.tar.gz website-4d84c2a622929d6ff5ab7f40697bc4e47f76e057.zip |
themes: Remove terrassa theme
Diffstat (limited to 'themes/terrassa/layouts/partials/head.html')
-rw-r--r-- | themes/terrassa/layouts/partials/head.html | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/themes/terrassa/layouts/partials/head.html b/themes/terrassa/layouts/partials/head.html deleted file mode 100644 index 8d0b97f..0000000 --- a/themes/terrassa/layouts/partials/head.html +++ /dev/null @@ -1,21 +0,0 @@ -<head> - <meta charset="UTF-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="robots" content="index, follow" /> - <meta name="googlebot" content="index, follow, noarchive" /> - <title>{{ $.Site.Title }} - {{ .Title }}</title> - <link rel="icon" href="{{ $.Site.BaseURL }}{{ $.Site.Params.favicon }}" /> - <meta name="description" content="{{ $.Site.Params.description }}" /> - - {{ hugo.Generator }} - - {{ if .Site.GoogleAnalytics }} - {{ template "_internal/google_analytics.html" . }} - {{ end }} - - {{ template "_internal/twitter_cards.html" . }} - {{ template "_internal/opengraph.html" . }} - - <!-- CSS --> - {{ partial "styles.html" . }} -</head> |