Align "All Posts" button to the right
This commit is contained in:
@ -39,7 +39,9 @@
|
||||
<main>
|
||||
{% block content %}
|
||||
{{ macros::list_posts(section="posts", count=config.extra.latest_posts_count) }}
|
||||
<a href="{{ get_url(path="/posts/") }}">All Posts »</a>
|
||||
<div class="all-posts">
|
||||
<a href="{{ get_url(path="/posts/") }}">All Posts »</a>
|
||||
</div>
|
||||
{% endblock %}
|
||||
</main>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user