Skip to content

Commit

Permalink
add rss link to home page
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaocang committed Oct 24, 2018
1 parent d554f0f commit 07bb9dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions layout/index.swig
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
<td><a class="post-list-item" href="{{ url_for(post.path) }}">{{ post.title | escape }}</a></td>
</tr>
{% endfor %}
<hr>
<p>订阅 <a href="/atom.xml">RSS</a></p>

</tbody>
</table>
Expand Down

0 comments on commit 07bb9dc

Please sign in to comment.