From 2e76300d04cbedcf3194ed80d83b51273013fabe Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Wed, 21 Jul 2021 01:00:05 +0800 Subject: [PATCH] Revert "Delete useless SCSS snippets" This reverts commit ab8cef917465b53181bfed4c06ba1a88985bfa03. --- _sass/layout/post.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_sass/layout/post.scss b/_sass/layout/post.scss index af556cd..69944a4 100644 --- a/_sass/layout/post.scss +++ b/_sass/layout/post.scss @@ -23,6 +23,10 @@ padding-right: $pr; } +.timeago::before { + content: attr(prefix); +} + #post-wrapper .post-meta { > div:nth-child(2) { > span:not(:first-child)::before {