Merge pull request #7 from techbookfest/Fix-header-for-tbf14

TBF14のヘッダとOGPに生まれ変わるよ
pull/1341/head
mochiko 2023-02-25 22:45:02 +09:00 committed by GitHub
commit b2b9fefd5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 3 deletions

View File

@ -26,8 +26,8 @@ navbar:
menu:
# Home: /
Archives: /archives
サークル参加😺: https://techbookfest.org/event/tbf13#requirements
技術書典13オンライン9/10-9/25、オフライン9/11: https://techbookfest.org/event/tbf13
サークル参加😺: https://techbookfest.org/event/tbf14#requirements
技術書典14オンライン5/20-6/4、オフライン5/21: https://techbookfest.org/event/tbf14
# Categories: /categories
# Tags: /tags
# About: /about

View File

@ -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.png');
og_image = getConfig('article.og_image', '/images/og_image.jpg');
return this.url_for(og_image);
});

BIN
source/images/og_image.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 224 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 MiB