diff --git a/includes/helpers/page.js b/includes/helpers/page.js index c07a09d..4da91a0 100644 --- a/includes/helpers/page.js +++ b/includes/helpers/page.js @@ -91,6 +91,6 @@ module.exports = function (hexo) { hexo.extend.helper.register('get_thumbnail', function (post) { const hasThumbnail = hexo.extend.helper.get('has_thumbnail').bind(this)(post); - return this.url_for(hasThumbnail ? post.thumbnail : 'images/thumbnail.png'); + return this.url_for(hasThumbnail ? post.thumbnail : 'images/thumbnail.svg'); }); } \ No newline at end of file diff --git a/source/css/style.styl b/source/css/style.styl index 1fbf3bf..dee40e7 100644 --- a/source/css/style.styl +++ b/source/css/style.styl @@ -249,6 +249,10 @@ img.thumbnail code, pre font-size: 0.8em font-family: family-mono + blockquote + footer + strong + cite + margin-left: 0.5em /* --------------------------------- * Fix code highlight diff --git a/source/images/logo.png b/source/images/logo.png deleted file mode 100644 index ba8db2d..0000000 Binary files a/source/images/logo.png and /dev/null differ diff --git a/source/images/thumbnail.png b/source/images/thumbnail.png deleted file mode 100644 index e1ec3b4..0000000 Binary files a/source/images/thumbnail.png and /dev/null differ diff --git a/source/images/thumbnail.svg b/source/images/thumbnail.svg new file mode 100644 index 0000000..59505dc --- /dev/null +++ b/source/images/thumbnail.svg @@ -0,0 +1,9 @@ + + + + + + + + \ No newline at end of file