mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2024-11-22 00:21:28 +00:00
Show both page.title and default title in OG
This commit is contained in:
parent
60366935fa
commit
50370143fa
|
@ -1,7 +1,7 @@
|
|||
|
||||
---
|
||||
layout: "fediverse"
|
||||
title: "FEDIVERSE"
|
||||
title: "About Fediverse"
|
||||
subtitle: "diversity is strength"
|
||||
banner: "/img/fediverse-bg.jpg"
|
||||
percent: "50% 50%"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
---
|
||||
layout: "knowledge"
|
||||
title: "KNOWLEDGE"
|
||||
title: "Knowledge"
|
||||
subtitle: "the truth isn't always beauty, but the hunger for it is"
|
||||
banner: "/img/knowledge-bg.jpg"
|
||||
percent: "50% 50%"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<% } %>
|
||||
</title>
|
||||
<meta name="description" content="<%=config.description%>">
|
||||
<meta property="og:title" content="<%if (page.title) {%><%=page.title%><%} else {%><%=config.title%><%}%>">
|
||||
<meta property="og:title" content="<%if (page.title) {%><%=page.title%><%}%> - <%=config.title%>">
|
||||
<meta property="og:description" content="<%if (page.preview) {%><%=page.preview%><%} else {%><%=config.description%><%}%>">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:image" content="<%=config.url %>/<% if (page.path.match(/post/) && page.banner) {%><%=page.path%><%=page.banner%><%} else {%><%=config.ogImage%><%}%>">
|
||||
|
@ -18,7 +18,7 @@
|
|||
<meta property="og:image:height" content="270">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:description" content="<%if (page.preview) {%><%=page.preview%><%} else {%><%=config.description%><%}%>">
|
||||
<meta name="twitter:title" content="<%if (page.title) {%><%=page.title%><%} else {%><%=config.title%><%}%>">
|
||||
<meta name="twitter:title" content="<%if (page.title) {%><%=page.title%><%}%> - <%=config.title%>">
|
||||
<meta name="twitter:image" content="<%=config.url %>/<% if (page.path.match(/post/) && page.banner) {%><%=page.path%><%=page.banner%><%} else {%><%=config.ogImage%><%}%>">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<link rel="canonical" href="https://fediverse.party">
|
||||
|
|
Loading…
Reference in a new issue