|
@@ -1,9 +1,10 @@
|
|
|
-<p class="title">
|
|
|
|
|
|
|
+<span class="title">
|
|
|
: if ( $rss ) {
|
|
: if ( $rss ) {
|
|
|
<a title="RSS" class="rss" href="<: $route :>?format=rss"></a>
|
|
<a title="RSS" class="rss" href="<: $route :>?format=rss"></a>
|
|
|
<: $category :>:
|
|
<: $category :>:
|
|
|
: }
|
|
: }
|
|
|
-</p>
|
|
|
|
|
|
|
+</span>
|
|
|
|
|
+<hr class="divider" />
|
|
|
: for $posts -> $post {
|
|
: for $posts -> $post {
|
|
|
:if ( $tiled ) {
|
|
:if ( $tiled ) {
|
|
|
<a href="<: $route :>/<: $post.id :>" class="tile">
|
|
<a href="<: $route :>/<: $post.id :>" class="tile">
|
|
@@ -12,7 +13,6 @@
|
|
|
</a>
|
|
</a>
|
|
|
: } else {
|
|
: } else {
|
|
|
<div class="post">
|
|
<div class="post">
|
|
|
- <hr class="divider">
|
|
|
|
|
<h3 class='blogtitles'>
|
|
<h3 class='blogtitles'>
|
|
|
<a href='/posts/<: $post.id :>'><: $post.title :></a>
|
|
<a href='/posts/<: $post.id :>'><: $post.title :></a>
|
|
|
<a class="undecorated" href='<: $post.href :>'>🔗</a>
|
|
<a class="undecorated" href='<: $post.href :>'>🔗</a>
|
|
@@ -55,9 +55,9 @@
|
|
|
});
|
|
});
|
|
|
</script>
|
|
</script>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+ <hr class="divider" />
|
|
|
: }
|
|
: }
|
|
|
: }
|
|
: }
|
|
|
: if ( $rss ) {
|
|
: if ( $rss ) {
|
|
|
-<hr />
|
|
|
|
|
: include "paginator.tx";
|
|
: include "paginator.tx";
|
|
|
: }
|
|
: }
|