Skip to content

Commit

Permalink
Add theme color meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
helenclx committed Dec 19, 2024
1 parent ecc0f09 commit 6b40e48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/_includes/global/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<meta property="og:description" content="{{ desc or metadata.desc or sitemeta.siteDescription }}">
<meta property="og:url" content="{{ sitemeta.siteUrl }}{{ page.url }}">
<meta property="og:locale" content="{{ sitemeta.siteLocale }}">
<meta name="theme-color" content="#8200cd">

{# Fonts #}
{% include "global/fonts.njk" %}
Expand Down

0 comments on commit 6b40e48

Please sign in to comment.