Add additional opengraph metadata
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
47c9c65792
commit
45259fb38d
1 changed files with 16 additions and 3 deletions
|
@ -1,14 +1,21 @@
|
||||||
<!DOCTYPE html><!-- This site was created in Webflow. https://www.webflow.com -->
|
<!DOCTYPE html><!-- This site was created in Webflow. https://www.webflow.com -->
|
||||||
<!-- Last Published: Fri Apr 05 2024 16:19:10 GMT+0000 (Coordinated Universal Time) -->
|
<!-- Last Published: Fri Apr 05 2024 16:19:10 GMT+0000 (Coordinated Universal Time) -->
|
||||||
<html data-wf-page="66101585e19be8199060db0a" data-wf-site="66007382143b5f99deb20223">
|
<html data-wf-page="66101585e19be8199060db0a" data-wf-site="66007382143b5f99deb20223" prefix="og: http://ogp.me/ns#"
|
||||||
|
xmlns:og="http://opengraphprotocol.org/schema/">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
|
||||||
<title>{{title}}</title>
|
<title>{{title}}</title>
|
||||||
|
<link href="/atom" rel="alternate" title="Compute: Lake Braddock's Comp-Sci Journal" type="application/atom+xml">
|
||||||
<meta content="{{title}}" property="twitter:title">
|
<meta content="{{title}}" property="twitter:title">
|
||||||
|
<meta name="theme-color" content="#552A85">
|
||||||
<meta property="og:title" content="{{title}}">
|
<meta property="og:title" content="{{title}}">
|
||||||
<meta property="og:type" content="article">
|
<meta property="og:type" content="article">
|
||||||
<meta property="og:image" content="{{base_url}}/images/logo-z.png">
|
<meta property="og:image" content="{{base_url}}/images/logo-z.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:width" content="310">
|
||||||
<meta property="og:image:height" content="310">
|
<meta property="og:image:height" content="310">
|
||||||
<meta property="og:image:alt" content="The Compute logo">
|
<meta property="og:image:alt" content="The Compute logo">
|
||||||
|
@ -16,10 +23,16 @@
|
||||||
<meta property="og:article:published_time" content="{{published_og}}">
|
<meta property="og:article:published_time" content="{{published_og}}">
|
||||||
<meta property="og:article:modified_time" content="{{modified_og}}">
|
<meta property="og:article:modified_time" content="{{modified_og}}">
|
||||||
{% for author in authors %}
|
{% for author in authors %}
|
||||||
|
<meta name="author" content="{{author.full_name}}">
|
||||||
<meta property="og:article:author:first_name" content="{{ author.full_name | split(pat=' ') | nth(n=0) }}">
|
<meta property="og:article:author:first_name" content="{{ author.full_name | split(pat=' ') | nth(n=0) }}">
|
||||||
<meta property="og:article:author:last_name" content="{{ author.full_name | split(pat=' ') | nth(n=1) }}">
|
<meta property="og:article:author:last_name" content="{{ author.full_name | split(pat=' ') | nth(n=1) }}">
|
||||||
<meta property="og:article:author:username" content="{{author.username}}">
|
<meta property="og:article:author:username" content="{{author.username}}">
|
||||||
|
<meta property="profile:first_name" content="{{ author.full_name | split(pat=' ') | nth(n=0) }}">
|
||||||
|
<meta property="profile:last_name" content="{{ author.full_name | split(pat=' ') | nth(n=1) }}">
|
||||||
|
<meta property="profile:username" content="{{author.username}}">
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
<meta content="og:description" content="{{description}}">
|
||||||
|
<meta content="twitter:description" content="{{description}}">
|
||||||
<meta content="width=device-width, initial-scale=1" name="viewport">
|
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||||||
<meta content="Webflow" name="generator">
|
<meta content="Webflow" name="generator">
|
||||||
<link href="{{base_url}}/css/normalize.css" rel="stylesheet" type="text/css">
|
<link href="{{base_url}}/css/normalize.css" rel="stylesheet" type="text/css">
|
||||||
|
@ -69,4 +82,4 @@
|
||||||
<script src="{{base_url}}/js/webflow.js" type="text/javascript"></script>
|
<script src="{{base_url}}/js/webflow.js" type="text/javascript"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue