diff --git a/Resources/Private/Language/locallang.xlf b/Resources/Private/Language/locallang.xlf index 607d01c8..2a5be3f1 100644 --- a/Resources/Private/Language/locallang.xlf +++ b/Resources/Private/Language/locallang.xlf @@ -182,6 +182,18 @@ This list contains no blog posts. + + Back to Authors + + + Back to Categories + + + Back to Tags + + + Back to Archive + diff --git a/Resources/Private/Templates/Post/ListPostsByAuthor.html b/Resources/Private/Templates/Post/ListPostsByAuthor.html index 3b5b52cf..3242c0a2 100644 --- a/Resources/Private/Templates/Post/ListPostsByAuthor.html +++ b/Resources/Private/Templates/Post/ListPostsByAuthor.html @@ -29,6 +29,15 @@

+ +
+ +
+
diff --git a/Resources/Private/Templates/Post/ListPostsByCategory.html b/Resources/Private/Templates/Post/ListPostsByCategory.html index c4c919fc..749525f4 100644 --- a/Resources/Private/Templates/Post/ListPostsByCategory.html +++ b/Resources/Private/Templates/Post/ListPostsByCategory.html @@ -18,9 +18,20 @@

- +
- {category.contentElementUidList} + + + + +
+ {category.contentElementUidList} +
+
diff --git a/Resources/Private/Templates/Post/ListPostsByDate.html b/Resources/Private/Templates/Post/ListPostsByDate.html index 951505e0..3e3d41be 100644 --- a/Resources/Private/Templates/Post/ListPostsByDate.html +++ b/Resources/Private/Templates/Post/ListPostsByDate.html @@ -15,6 +15,15 @@

+ +
+ +
+
diff --git a/Resources/Private/Templates/Post/ListPostsByTag.html b/Resources/Private/Templates/Post/ListPostsByTag.html index 4647982d..82a8f9bc 100644 --- a/Resources/Private/Templates/Post/ListPostsByTag.html +++ b/Resources/Private/Templates/Post/ListPostsByTag.html @@ -18,12 +18,20 @@

- +
- {tag.contentElementUidList} + + {tag.contentElementUidList} + + + +
-