diff --git a/_config.yml b/_config.yml index c9d629a..f35f3f8 100755 --- a/_config.yml +++ b/_config.yml @@ -212,6 +212,7 @@ tag_plugins: qq: https://fastly.jsdelivr.net/gh/cdn-x/emoji/qq/%s.gif aru: https://fastly.jsdelivr.net/gh/cdn-x/emoji/aru-l/%s.gif tieba: https://fastly.jsdelivr.net/gh/cdn-x/emoji/tieba/%s.png + blobcat: https://gcore.jsdelivr.net/gh/norevi/waline-blobcatemojis@1.0/blobs/%s.png # {% image %} image: fancybox: # true, false diff --git a/source/css/_common/pre.styl b/source/css/_common/pre.styl index 1ca1247..4bb23a5 100644 --- a/source/css/_common/pre.styl +++ b/source/css/_common/pre.styl @@ -1,6 +1,6 @@ pre:not([class]):has(>code) display: block padding: 1rem - overflow: scroll + overflow: auto code padding: 0 \ No newline at end of file diff --git a/source/js/plugins/fcircle.js b/source/js/plugins/fcircle.js index f686e72..693b83e 100644 --- a/source/js/plugins/fcircle.js +++ b/source/js/plugins/fcircle.js @@ -59,7 +59,7 @@ const FCircle = { cell += ''; cell += '' + item.author + ''; cell += ''; - cell += '
' + item.updated + '
'; + cell += '' + item.created + '
'; cell += ''; cell += ''; cell += item.title;