Skip to content

Commit

Permalink
add header to default and post and postlist
Browse files Browse the repository at this point in the history
  • Loading branch information
JunhaoHuang committed Jul 31, 2022
1 parent 469439d commit a1b0e08
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: base
---

{% include head.html %}
<div class="intro-header"></div>

<div role="main" class="{% if page.full-width %} container-fluid {% else %} container-md {% endif %}">
Expand Down
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: base
---

{% include head.html %}
{% include header.html type="post" %}

<div class="{% if page.full-width %} container-fluid {% else %} container-md {% endif %}">
Expand Down
2 changes: 1 addition & 1 deletion _layouts/postlist.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: page
---

{% include head.html %}
{{ content }}

{% assign posts = paginator.posts | default: site.posts %}
Expand Down
Binary file modified icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a1b0e08

Please sign in to comment.