fix og tag url
This commit is contained in:
parent
e0e678702c
commit
352b06ccec
2 changed files with 9 additions and 9 deletions
16
_config.yml
16
_config.yml
|
@ -17,18 +17,18 @@ title: "Ayos Blog"
|
|||
author: Ayo
|
||||
attribution: "AyoCart Online Marketing"
|
||||
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'
|
||||
website: fullhacker.github.io
|
||||
email: fullhackerblog@gmail.com
|
||||
website: blog.ayoayco.com
|
||||
email: ramon.aycojr+blog@gmail.com
|
||||
description: >- # this means to ignore newlines until "baseurl:"
|
||||
// notes on technology and life
|
||||
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
|
||||
twitter_username: fullhackerblog
|
||||
instagram_username: fullhackerblog
|
||||
facebook_username: fullhackerblog
|
||||
github_username: fullhacker
|
||||
url: "https://blog.ayoayco.com" # the base hostname & protocol for your site, e.g. http://example.com
|
||||
twitter_username: ayoayco
|
||||
instagram_username: ayo.ayco
|
||||
facebook_username: ayoayco.blog
|
||||
github_username: ayoayco
|
||||
|
||||
# Build settings
|
||||
markdown: kramdown
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
<!-- Twitter Card data -->
|
||||
<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:description" content="{{ page.description }}" />
|
||||
<meta name="twitter:creator" content="@ayoayco_public" />
|
||||
|
|
Loading…
Reference in a new issue