Liked
-
+
{{ post.date | dateDisplay }}
@@ -83,7 +83,7 @@
Bookmarked
-
+
{{ post.date | dateDisplay }}
@@ -116,7 +116,7 @@
Reposted
-
+
{{ post.date | dateDisplay }}
@@ -144,7 +144,7 @@
In reply to
-
+
{{ post.date | dateDisplay }}
@@ -173,7 +173,7 @@
Photo
-
+
{{ post.date | dateDisplay }}
@@ -210,11 +210,11 @@
{% endif %}
-
+
{{ post.date | dateDisplay }}
{% if post.data.postType %}
-
+
{{ post.data.postType }}
{% endif %}
@@ -224,12 +224,12 @@
{# ── Note card ── #}
+
{{ (post.data.published or post.date) | dateDisplay }}
{% endif %}
diff --git a/_includes/components/widgets/social-activity.njk b/_includes/components/widgets/social-activity.njk
index 21910a5..d410324 100644
--- a/_includes/components/widgets/social-activity.njk
+++ b/_includes/components/widgets/social-activity.njk
@@ -43,7 +43,7 @@
{{ post.text | truncate(140) }}
-
+
{{ post.date | dateDisplay }}
{% if post.data.postType %}
-
+
{{ post.data.postType }}
{% endif %}
diff --git a/_includes/components/sections/recent-posts.njk b/_includes/components/sections/recent-posts.njk
index 6c89b14..16a045e 100644
--- a/_includes/components/sections/recent-posts.njk
+++ b/_includes/components/sections/recent-posts.njk
@@ -52,7 +52,7 @@
+
{{ (post.data.published or post.date) | dateDisplay }}
@@ -59,7 +59,7 @@
Reply to {{ _replyToUrl | replace("https://", "") | truncate(40) }}
-
+
{{ (post.data.published or post.date) | dateDisplay }}
@@ -69,7 +69,7 @@
{{ post.data.title or post.data.name or (post.templateContent | striptags | truncate(50)) or "Note" }}
-
+
{{ (post.data.published or post.date) | dateDisplay }}
{% endif %}
diff --git a/_includes/components/widgets/recent-posts.njk b/_includes/components/widgets/recent-posts.njk
index 7fef78d..d0447b0 100644
--- a/_includes/components/widgets/recent-posts.njk
+++ b/_includes/components/widgets/recent-posts.njk
@@ -22,7 +22,7 @@
Liked {{ likedUrl | replace("https://", "") | truncate(40) }}
-
+
{{ (post.data.published or post.date) | dateDisplay }}
@@ -37,7 +37,7 @@
{{ post.data.title or ("Bookmarked " + (bookmarkedUrl | replace("https://", "") | truncate(35))) }}
-
+
{{ (post.data.published or post.date) | dateDisplay }}
@@ -52,7 +52,7 @@
Reposted {{ repostedUrl | replace("https://", "") | truncate(40) }}
-
+
{{ (post.data.published or post.date) | dateDisplay }}
@@ -67,7 +67,7 @@
Reply to {{ replyToUrl | replace("https://", "") | truncate(40) }}
-
+
{{ (post.data.published or post.date) | dateDisplay }}
@@ -78,7 +78,7 @@
{{ post.data.title or post.data.name or (post.templateContent | striptags | truncate(50)) or "Note" }}
-
Liked
-
+
{{ post.date | dateDisplay }}
@@ -80,7 +80,7 @@
Bookmarked
-
+
{{ post.date | dateDisplay }}
@@ -113,7 +113,7 @@
Reposted
-
+
{{ post.date | dateDisplay }}
@@ -141,7 +141,7 @@
In reply to
-
+
{{ post.date | dateDisplay }}
@@ -170,7 +170,7 @@
Photo
-
+
{{ post.date | dateDisplay }}
@@ -207,11 +207,11 @@
{% endif %}
-
+
{{ post.date | dateDisplay }}
{% if post.data.postType %}
-
+
{{ post.data.postType }}
{% endif %}
@@ -221,12 +221,12 @@
{# ── Note card ── #}
+
{{ (post.data.published or post.date) | dateDisplay }}
@@ -46,7 +46,7 @@
Reposted {{ _repostedUrl | replace("https://", "") | truncate(40) }}
-
-
+
{{ post.date | dateDisplay }}
{% if post.data.postType %}
-
+
{{ post.data.postType }}
{% endif %}
diff --git a/_includes/components/widgets/recent-posts-blog.njk b/_includes/components/widgets/recent-posts-blog.njk
index af6e224..075f783 100644
--- a/_includes/components/widgets/recent-posts-blog.njk
+++ b/_includes/components/widgets/recent-posts-blog.njk
@@ -20,7 +20,7 @@
Liked {{ _likedUrl | replace("https://", "") | truncate(40) }}
-
+
{{ (post.data.published or post.date) | dateDisplay }}
@@ -33,7 +33,7 @@
{{ post.data.title or ("Bookmarked " + (_bookmarkedUrl | replace("https://", "") | truncate(35))) }}
-
- {{ post.createdAt | date("MMM d, yyyy") }}
+ {{ post.createdAt | date("MMM d, yyyy") }}
{% if post.likeCount > 0 %}
@@ -73,7 +73,7 @@
{{ post.text | truncate(140) }}
- {{ post.createdAt | date("MMM d, yyyy") }}
+ {{ post.createdAt | date("MMM d, yyyy") }}
{% if post.favouritesCount > 0 %}
diff --git a/_includes/layouts/post.njk b/_includes/layouts/post.njk
index 92a22f2..c19b505 100644
--- a/_includes/layouts/post.njk
+++ b/_includes/layouts/post.njk
@@ -20,7 +20,7 @@ withBlogSidebar: true
{% endif %}