Revert "Experiment with smaller header"
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
		
	
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This reverts commit 27f69eb5f7.
	
	
This commit is contained in:
		
					parent
					
						
							
								27f69eb5f7
							
						
					
				
			
			
				commit
				
					
						9e13a51100
					
				
			
		
					 3 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -5,7 +5,7 @@
 | 
				
			||||||
  <header class="cover bg-top" style="background-image: url('{{ $featured_image }}');">
 | 
					  <header class="cover bg-top" style="background-image: url('{{ $featured_image }}');">
 | 
				
			||||||
    <div class="pb3-m pb6-l {{ .Site.Params.cover_dimming_class | default "bg-black-10" }}">
 | 
					    <div class="pb3-m pb6-l {{ .Site.Params.cover_dimming_class | default "bg-black-10" }}">
 | 
				
			||||||
      {{ partial "site-navigation.html" . }}
 | 
					      {{ partial "site-navigation.html" . }}
 | 
				
			||||||
      <div class="tc-l pv4 ph3 ph4-ns">
 | 
					      <div class="tc-l pv6 ph3 ph4-ns">
 | 
				
			||||||
        {{ if not .Params.omit_header_text }}
 | 
					        {{ if not .Params.omit_header_text }}
 | 
				
			||||||
          <h1 class="f2 f1-l fw2 white-90 mb0 lh-title">{{ .Title | default .Site.Title }}</h1>
 | 
					          <h1 class="f2 f1-l fw2 white-90 mb0 lh-title">{{ .Title | default .Site.Title }}</h1>
 | 
				
			||||||
          {{ with .Params.description  }}
 | 
					          {{ with .Params.description  }}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -5,7 +5,7 @@
 | 
				
			||||||
  <header class="cover bg-top" style="background-image: url('{{ $featured_image }}');">
 | 
					  <header class="cover bg-top" style="background-image: url('{{ $featured_image }}');">
 | 
				
			||||||
    <div class="{{ .Site.Params.cover_dimming_class | default "bg-black-10" }}">
 | 
					    <div class="{{ .Site.Params.cover_dimming_class | default "bg-black-10" }}">
 | 
				
			||||||
      {{ partial "site-navigation.html" .}}
 | 
					      {{ partial "site-navigation.html" .}}
 | 
				
			||||||
      <div class="tc-l pv4 pv5-l ph3 ph4-ns">
 | 
					      <div class="tc-l pv4 pv6-l ph3 ph4-ns">
 | 
				
			||||||
        <h1 class="f2 f-subheadline-l fw2 white-90 mb0 lh-title">
 | 
					        <h1 class="f2 f-subheadline-l fw2 white-90 mb0 lh-title">
 | 
				
			||||||
        {{ if not .Params.omit_header_text }}
 | 
					        {{ if not .Params.omit_header_text }}
 | 
				
			||||||
          {{ .Title | default .Site.Title }}
 | 
					          {{ .Title | default .Site.Title }}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,8 +1,8 @@
 | 
				
			||||||
<nav class="pv1 ph3 ph4-ns {{ .Site.Params.navigation_dimming_class | default "bg-black-50" }}" role="navigation">
 | 
					<nav class="pv3 ph3 ph4-ns {{ .Site.Params.navigation_dimming_class | default "bg-black-50" }}" role="navigation">
 | 
				
			||||||
  <div class="flex-l justify-between items-center center b">
 | 
					  <div class="flex-l justify-between items-center center b">
 | 
				
			||||||
    <a href="{{ .Site.Home.RelPermalink }}" class="site-logo f3 fw4 hover-white no-underline white-90 dib">
 | 
					    <a href="{{ .Site.Home.RelPermalink }}" class="site-logo f3 fw4 hover-white no-underline white-90 dib">
 | 
				
			||||||
      {{ with .Site.Params.site_logo }}
 | 
					      {{ with .Site.Params.site_logo }}
 | 
				
			||||||
        <img src="{{ relURL ($.Site.Params.site_logo) }}" class="w100 mw5-ns" alt="{{ $.Site.Title }}" />
 | 
					        <img src="{{ . }}" class="w100 mw5-ns" alt="{{ $.Site.Title }}" />
 | 
				
			||||||
      {{ else }}
 | 
					      {{ else }}
 | 
				
			||||||
        {{ .Site.Title }}
 | 
					        {{ .Site.Title }}
 | 
				
			||||||
      {{ end }}
 | 
					      {{ end }}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue