Skip to content

Commit

Permalink
Update default.njk
Browse files Browse the repository at this point in the history
  • Loading branch information
roblarsen committed Sep 11, 2023
1 parent a7e48d5 commit 85a5c6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/_includes/layouts/default.njk
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://cdn.usefathom.com/script.js" data-site="WHEQGBMU" defer></script>

<title>{% if title and page.fileSlug != '' %}{{ title }}{% endif %}{{ site.title }}</title>
<meta name="description" content="{% if description %}{{ description | markdownify_inline | strip_html }}{% else %}{{ site.description }}{% endif %}">
<meta name="keywords" content="{{ site.keywords }}">
Expand Down

0 comments on commit 85a5c6c

Please sign in to comment.