diff --git a/configuration/configuration.txt b/configuration/configuration.txt
index 556eebb..604c09c 100644
--- a/configuration/configuration.txt
+++ b/configuration/configuration.txt
@@ -63,8 +63,8 @@ tags: Blog,
]>>
-Titleless title length: 15 words
-// Truncation appendix: […]
+Titleless title length: 10 words
+Truncation appendix: […]
// Title format:
Multiple posts count: 10
@@ -96,21 +96,10 @@ Recent posts format: <<[
;; ---------------------
Post list format: <<[
-[post:begin]
-
-
- $body
-
-
-[post:end]]
->>
+
+
+[post:begin]- $title
[post:end]
+
]>>
;; Page list {page-list}
@@ -147,19 +136,17 @@ Tags format: <<[
[tag:begin]$tag[tag:end]
]>>
Tag page format: <<[
-Posts tagged with “$tag”
-
-[tag:begin]- $title
[tag:end]
+Posts tagged with $tag
+
]>>
Tag listing path: /tags
// Tag listing template: Tag Listing Template
// Note: tag listing order can be "alphabetical", "ascending", or "descending" where alphabetical sorts by the tag name and ascending/descending sorts by the count of entries with that tag
-Tag listing order: alphabetical
+Tag listing order: descending
Tag listing format: <<[
-Tags
-
-[tag:begin]- $tag ($count)
[tag:end]
-
+Tags
+[tag:begin]$tag ($count)[tag:end]
]>>
\ No newline at end of file
diff --git a/weblog/B0. Template/styles.css.md b/weblog/B0. Template/styles.css.md
index 870b52e..8e4be88 100644
--- a/weblog/B0. Template/styles.css.md
+++ b/weblog/B0. Template/styles.css.md
@@ -79,6 +79,10 @@ main>nav,
box-shadow: var(--shadow);
}
+main.page {
+ display: block;
+}
+
.post-info {
margin-top: -1rem;
margin-right: -1rem;
@@ -469,7 +473,7 @@ main.home{
box-shadow: 0 0 1em 1px var(--primary-muted), 0 0 .5em 1px var(--white-glow);
}
-#profile-items>ul {
+ul.fa-ul {
display: flex;
flex-direction: column;
gap: 0.5em;
diff --git a/weblog/B9. Pages/B9.02 post-list.md b/weblog/B9. Pages/B9.02 post-list.md
index bb348fe..d5d27dd 100644
--- a/weblog/B9. Pages/B9.02 post-list.md
+++ b/weblog/B9. Pages/B9.02 post-list.md
@@ -2,6 +2,7 @@
type: page
location: /blog
title: Post List
+template: Home
---
{post-list}
\ No newline at end of file