Skip to content

Commit

Permalink
always show header on non-home pages
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruder committed Jun 6, 2019
1 parent 0f1e813 commit 71af8f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/partials/header.html
Expand Up @@ -28,8 +28,8 @@
<div id="page-wrapper">

<!-- Header -->
<header id="header" class="alt">
<h1><a href="index.html">{{ .Title }}</a></h1>
<header id="header"{{ if .Page.IsHome }} class="alt"{{ end }}>
<h1><a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></h1>
<nav id="nav">
<ul>
<li class="special">
Expand Down

0 comments on commit 71af8f1

Please sign in to comment.