Skip to content

Commit

Permalink
draft
Browse files Browse the repository at this point in the history
  • Loading branch information
katydecorah committed Jan 10, 2025
1 parent 88b9ce7 commit 70008f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
</head>
<body>
{% if page.locations %} {% include post/post-map-header.html %} {% endif %}
{% if page.layout == 'home' %}
<header>
<div class="container">
<div class="title-container">
Expand All @@ -82,6 +83,7 @@
</nav>
</div>
</header>
{% endif %}
<main>{{content}} {% include shapes/hr.html %}</main>
<footer>
<div class="container">
Expand Down
3 changes: 2 additions & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ <h1>{{page.title}}</h1>
<a href="/{{page.categories | first}}" class="post-header-category">
{{page.categories | first}}</a
>
&bull; {{ page.date | date: "%B %-d, %Y" }}
&bull; {{ page.date | date: "%B %-d, %Y" }} &bull; by
<a href="{{site.url}}">Katy DeCorah</a>
</div>
</div>

Expand Down

0 comments on commit 70008f2

Please sign in to comment.