Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
javierarce committed Nov 21, 2023
1 parent 9764eb3 commit ed68441
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _includes/types/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

<div class="Post {% if post.highlighted -%} is-highlighted{% endif -%} h-entry">
{% if post.show_title -%}
<div class="Post__title">{{ post.title }}</div>
<div class="Post__title p-name">{{ post.title }}</div>
<div class="Post__author p-author" style="display:none;">{{ site.author }}</div>
{% endif -%}
<div class="Post__content{% if post.extraClassName %} {{ post.extraClassName }}{% endif %} e-content">
{% if post.content contains "<!-- more -->" -%}
Expand Down

0 comments on commit ed68441

Please sign in to comment.