Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/budparr/gohugo-theme-ananke.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/page-header.html')
-rw-r--r--layouts/partials/page-header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/page-header.html b/layouts/partials/page-header.html
index 9f2ebd5..9e46054 100644
--- a/layouts/partials/page-header.html
+++ b/layouts/partials/page-header.html
@@ -3,7 +3,7 @@
{{/* Trimming the slash and adding absURL make sure the image works no matter where our site lives */}}
{{ $featured_image := (trim $featured_image "/") | absURL }}
<header class="cover bg-top" style="background-image: url('{{ $featured_image }}');">
- <div class="pb3-m pb6-l bg-black-60">
+ <div class="bg-black-60">
{{ partial "site-navigation.html" . }}
<div class="tc-l pv6 ph3 ph4-ns">
{{ if not .Params.omit_header_text }}