Skip to content

Commit 25dd38b

Browse files
committed
Add version tag on <head>.
1 parent ad2b528 commit 25dd38b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

_data/meta.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
name: Chirpy
2+
version: v2.5.1

_includes/head.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
<head>
1010
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
1111
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
12+
<meta name="theme" content="{{ site.data.meta.name }} {{ site.data.meta.version }}">
13+
14+
{% seo title=false %}
1215

1316
<title>
1417
{%- unless page.layout == "home" -%}
@@ -17,8 +20,6 @@
1720
{{ site.title }}
1821
</title>
1922

20-
{% seo title=false %}
21-
2223
{% include favicons.html %}
2324

2425
<!-- Google Fonts -->
@@ -72,4 +73,4 @@
7273

7374
{% include js-selector.html %}
7475

75-
</head>
76+
</head>

0 commit comments

Comments
 (0)