mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Add share page title
This commit is contained in:
parent
569abf0a71
commit
b2d630e9c1
@ -38,6 +38,9 @@
|
||||
{% if page.share_title %}
|
||||
<meta property="og:title" content="{{ page.share_title }}">
|
||||
<meta name="twitter:title" content="{{ page.share_title }}">
|
||||
{% elsif page.title %}
|
||||
<meta property="og:title" content="{{ page.title | replace: ' ', ' ' }}">
|
||||
<meta name="twitter:title" content="{{ page.title | replace: ' ', ' ' }}">
|
||||
{% else %}
|
||||
<meta property="og:title" content="{{ site.title }}">
|
||||
<meta name="twitter:title" content="{{ site.title }}">
|
||||
|
Loading…
Reference in New Issue
Block a user