Skip to content

Commit

Permalink
Update feed_by.html
Browse files Browse the repository at this point in the history
  • Loading branch information
xchopath authored Sep 4, 2023
1 parent a565dad commit 2f11d7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/feed_by.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<body>
{% for post in site.posts %}
<div>
<title>{{ post.title }}</title>
<link>{{ post.url | relative_url }}</link>
<i>{{ post.title }}</i>
<b>{{ post.url | relative_url }}</b>
</div>
{% endfor %}

Expand Down

0 comments on commit 2f11d7b

Please sign in to comment.