fix og tag url

This commit is contained in:
Ayo 2020-02-26 10:44:16 +08:00
parent e0e678702c
commit 352b06ccec
2 changed files with 9 additions and 9 deletions

View file

@ -17,18 +17,18 @@ title: "Ayos Blog"
author: Ayo author: Ayo
attribution: "AyoCart Online Marketing" attribution: "AyoCart Online Marketing"
attribution-url: "https://AyoAyco.com" attribution-url: "https://AyoAyco.com"
bugreport_url: "https://github.com/fullhacker/fullhacker.github.io/issues/new" bugreport_url: "https://github.com/fullhacker/blog/issues/new"
google_analytics: 'UA-113797180-1' google_analytics: 'UA-113797180-1'
website: fullhacker.github.io website: blog.ayoayco.com
email: fullhackerblog@gmail.com email: ramon.aycojr+blog@gmail.com
description: >- # this means to ignore newlines until "baseurl:" description: >- # this means to ignore newlines until "baseurl:"
// notes on technology and life // notes on technology and life
baseurl: "/" # the subpath of your site, e.g. /blog baseurl: "/" # the subpath of your site, e.g. /blog
url: "https://fullhacker.github.io" # the base hostname & protocol for your site, e.g. http://example.com url: "https://blog.ayoayco.com" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: fullhackerblog twitter_username: ayoayco
instagram_username: fullhackerblog instagram_username: ayo.ayco
facebook_username: fullhackerblog facebook_username: ayoayco.blog
github_username: fullhacker github_username: ayoayco
# Build settings # Build settings
markdown: kramdown markdown: kramdown

View file

@ -12,7 +12,7 @@
<!-- Twitter Card data --> <!-- Twitter Card data -->
<meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@fullhackerblog" /> <meta name="twitter:site" content="@ayoayco" />
<meta name="twitter:title" content="{{ page.title}}" /> <meta name="twitter:title" content="{{ page.title}}" />
<meta name="twitter:description" content="{{ page.description }}" /> <meta name="twitter:description" content="{{ page.description }}" />
<meta name="twitter:creator" content="@ayoayco_public" /> <meta name="twitter:creator" content="@ayoayco_public" />