Fix opengraph description
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
1ef9934d13
commit
1c5f748731
1 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
|
||||
<title>{{title}}</title>
|
||||
<link href="/atom.xml" rel="alternate" title="Compute: Lake Braddock's Comp-Sci Journal" type="application/atom+xml">
|
||||
<meta content="{{title}}" property="twitter:title">
|
||||
<meta property="twitter:title" content="{{title}}">
|
||||
<meta name="theme-color" content="#552A85">
|
||||
<meta property="og:title" content="{{title}}">
|
||||
<meta property="og:type" content="article">
|
||||
|
@ -31,8 +31,8 @@
|
|||
<meta property="profile:last_name" content="{{ author.full_name | split(pat=' ') | nth(n=1) }}">
|
||||
<meta property="profile:username" content="{{author.username}}">
|
||||
{% endfor %}
|
||||
<meta content="og:description" content="{{description}}">
|
||||
<meta content="twitter:description" content="{{description}}">
|
||||
<meta property="og:description" content="{{description}}">
|
||||
<meta property="twitter:description" content="{{description}}">
|
||||
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||||
<meta content="Webflow" name="generator">
|
||||
<link href="{{base_url}}/css/normalize.css" rel="stylesheet" type="text/css">
|
||||
|
|
Loading…
Reference in a new issue