Skip to content

Commit bb8f17b

Browse files
committed
Landing page
1 parent 987e5a6 commit bb8f17b

21 files changed

+1119
-9
lines changed

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="wrapper">
44

55
<span class="title-hash">#</span>
6-
<a class="site-title" rel="author" href="{{ "/" | relative_url }}">{{ site.title | escape }}</a>
6+
<a class="site-title" rel="author" href="{{ "/blog" | relative_url }}">{{ site.title | escape }}</a>
77

88
<nav class="site-nav">
99
<input type="checkbox" id="nav-trigger" class="nav-trigger" />

_layouts/default.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
{%- include header.html -%}
99

10-
{% if page.layout == "home" %}
11-
{%- include greeter.html -%}
12-
{% endif %}
10+
<!-- {% if page.layout == "home" %} -->
11+
<!-- {%- include greeter.html -%} -->
12+
<!-- {% endif %} -->
1313

1414
<main class="page-content" aria-label="Content">
1515
<div class="wrapper">

0 commit comments

Comments
 (0)