Add opengraph image generation
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
b97b91990d
commit
6026c006db
4 changed files with 94 additions and 5 deletions
|
@ -11,14 +11,14 @@
|
|||
<meta name="theme-color" content="#552A85">
|
||||
<meta property="og:title" content="{{title}}">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:image" content="{{base_url}}/images/logo-z.png">
|
||||
<meta property="og:image" content="{{base_url}}/{{branch}}/{{id}}.png">
|
||||
<meta property="twitter:image" content="{{base_url}}/{{branch}}/{{id}}.png">
|
||||
<meta property="og:url" content="{{base_url}}/{{branch}}/{{id}}.html">
|
||||
<meta property="twitter:url" content="{{base_url}}/{{branch}}/{{id}}.html">
|
||||
<meta property="article:published_time" content="{{published_date}}">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta property="og:image:width" content="310">
|
||||
<meta property="og:image:height" content="310">
|
||||
<meta property="og:image:alt" content="The Compute logo">
|
||||
<meta property="og:image:width" content="1200">
|
||||
<meta property="og:image:height" content="630">
|
||||
<meta property="og:site_name" content="Compute: Lake Braddock's Comp-Sci Journal">
|
||||
<meta property="og:article:published_time" content="{{published_og}}">
|
||||
<meta property="og:article:modified_time" content="{{modified_og}}">
|
||||
|
@ -82,4 +82,4 @@
|
|||
<script src="{{base_url}}/js/webflow.js" type="text/javascript"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue