commit
b2b9fefd5c
|
@ -26,8 +26,8 @@ navbar:
|
||||||
menu:
|
menu:
|
||||||
# Home: /
|
# Home: /
|
||||||
Archives: /archives
|
Archives: /archives
|
||||||
サークル参加😺: https://techbookfest.org/event/tbf13#requirements
|
サークル参加😺: https://techbookfest.org/event/tbf14#requirements
|
||||||
技術書典13(オンライン:9/10-9/25、オフライン:9/11): https://techbookfest.org/event/tbf13
|
技術書典14(オンライン:5/20-6/4、オフライン:5/21): https://techbookfest.org/event/tbf14
|
||||||
# Categories: /categories
|
# Categories: /categories
|
||||||
# Tags: /tags
|
# Tags: /tags
|
||||||
# About: /about
|
# About: /about
|
||||||
|
|
|
@ -115,7 +115,7 @@ module.exports = function (hexo) {
|
||||||
else if (hasThumbnail)
|
else if (hasThumbnail)
|
||||||
og_image = getThumbnail(post);
|
og_image = getThumbnail(post);
|
||||||
else
|
else
|
||||||
og_image = getConfig('article.og_image', '/images/og_image.png');
|
og_image = getConfig('article.og_image', '/images/og_image.jpg');
|
||||||
|
|
||||||
return this.url_for(og_image);
|
return this.url_for(og_image);
|
||||||
});
|
});
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 224 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.6 MiB |
Loading…
Reference in New Issue