Skip to content

Commit

Permalink
Merge pull request #1 from palmiak/patch-1
Browse files Browse the repository at this point in the history
Added missing description meta tag.
  • Loading branch information
MrMooky authored Apr 25, 2022
2 parents 7f5d198 + 5464f43 commit c81e1a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/views/layout.antlers.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ title ?? site:name }} | {{ publication:name }}</title>

<meta name="description" content="{{ excerpt ?? publication:description | strip_tags | safe_truncate:155:... }}" />

<meta property="og:title" content="{{ title ?? site:name }} | {{ publication:name }}" />
<meta property="og:description" content="{{ excerpt ?? publication:description | strip_tags | safe_truncate:155:... }}" />
Expand Down

0 comments on commit c81e1a0

Please sign in to comment.