Skip to content

Commit

Permalink
Adding h-entry class to each article block in summary.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristor committed Feb 27, 2021
1 parent 3e389e3 commit 9188fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/summary.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<article>
<article class="h-entry">
<header>
<h2 class="p-name"><a class="u-url u-uid" href="{{ .Permalink }}">{{ .Title }}</a></h2>

Expand Down

0 comments on commit 9188fbd

Please sign in to comment.