Skip to content

Commit

Permalink
Remove author from post layout
Browse files Browse the repository at this point in the history
  • Loading branch information
dankimio committed Apr 20, 2022
1 parent ee41103 commit 8153bf6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
<small>{{ page.date | date: "%-d %B %Y" }}</small>
<h1>{{ page.title }}</h1>

<p class="view">by {{ page.author | default: site.title }}</p>

{{content}}

{%- if page.mp3_url -%}
Expand Down

0 comments on commit 8153bf6

Please sign in to comment.