TBF13のヘッダとOGPに生まれ変わるよ
parent
2b2bc96c56
commit
6a67d704e7
|
@ -26,8 +26,8 @@ navbar:
|
|||
menu:
|
||||
# Home: /
|
||||
Archives: /archives
|
||||
サークル参加😺: https://techbookfest.org/event/tbf12#requirements
|
||||
技術書典12(オンライン:1/22-1/30): https://techbookfest.org/event/tbf12
|
||||
サークル参加😺: https://techbookfest.org/event/tbf13#requirements
|
||||
技術書典13(オンライン:9/10-9/25、オフライン:9/11): https://techbookfest.org/event/tbf13
|
||||
# Categories: /categories
|
||||
# Tags: /tags
|
||||
# About: /about
|
||||
|
|
|
@ -115,7 +115,7 @@ module.exports = function (hexo) {
|
|||
else if (hasThumbnail)
|
||||
og_image = getThumbnail(post);
|
||||
else
|
||||
og_image = getConfig('article.og_image', '/images/og_image.jpg');
|
||||
og_image = getConfig('article.og_image', '/images/og_image.png');
|
||||
|
||||
return this.url_for(og_image);
|
||||
});
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 187 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.6 MiB |
Loading…
Reference in New Issue