-
-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refacored code to align with vocab markup for person
- Loading branch information
1 parent
a152f41
commit 6a3f967
Showing
3 changed files
with
19 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{% from "macros/posts.html" import render_post_summary %} | ||
|
||
{% macro render_author_posts(posts) %} | ||
<div class="columns is-multiline blog-entries"> | ||
<article class="post"> | ||
{% for post in posts %} | ||
{{ render_post_summary(post, true) }} | ||
{% endfor %} | ||
</div> | ||
</article> | ||
{% endmacro %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters