summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config2
-rw-r--r--item.qt1
-rw-r--r--website/style.css11
3 files changed, 9 insertions, 5 deletions
diff --git a/config b/config
index b527967..dff8fb5 100644
--- a/config
+++ b/config
@@ -6,7 +6,7 @@ expireage 1d
keepmin 3
currentonly true
daysections true
-dayformat %A, %d %B
+dayformat <time datetime="%d-%m-%Y">%d <span>%b</span></time>
timesections false
timeformat %H:%M
datetimeformat %H:%M, %A, %d %B
diff --git a/item.qt b/item.qt
index 32cd170..71f514a 100644
--- a/item.qt
+++ b/item.qt
@@ -2,7 +2,6 @@
<article id="item__hash__">
<header class="itemheader feed-__feed_hash__ feed-__feed_id__">
<h2 class="itemtitle">__title__</h2>
- <time datetime="__if_date__at __date____endif__">06 <span>May</span></time>
</header>
__if_author__
<footer>
diff --git a/website/style.css b/website/style.css
index f5e1644..1ac2c74 100644
--- a/website/style.css
+++ b/website/style.css
@@ -234,8 +234,13 @@ article footer {
article footer a {
color: #7c7c7c;
}
-
-article time {
+
+/* Day */
+div.day {
+ position: relative;
+}
+
+h2 time {
position: absolute;
top: 0;
left: -70px;
@@ -250,7 +255,7 @@ article time {
color: #aeaaa7;
font-weight: bold;
}
-article time span {
+h2 time span {
display: block;
font-size: 11.08px;
font-weight: normal;