Skip to content

Commit 02994b6

Browse files
committed
fixed #39
1 parent ea339cb commit 02994b6

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ __code: &code_common
44
branch: "master"
55
code: # code version
66
<<: *code_common
7-
version: 2020.09a
7+
version: 2020.09b
88
name: Hoary Hedgehog # name convention based on https://en.wikipedia.org/wiki/Ubuntu_version_history#Release_history
99
hosted: "https://github.com/"
1010
#

_includes/molecule_meta.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
<meta charset="utf-8" />
22
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0'>
33
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
4-
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
5-
<meta name="Robots" content="all">
4+
<meta http-equiv='X-UA-Compatible' content='IE=edge'>{%
5+
if page.path == "blog/tags.html" %}
6+
<meta name="robots" content="noindex">{%
7+
endif %}{%
8+
if page.path == "/" %}
9+
<meta name="google-site-verification" content="YOZcSxUT4ulKuyqZgv6SOInv7WfWyontLkHaxaMrLA4" />{%
10+
endif %}
611

712
<meta name="author" content="{{ site.author.name }}" />
813
<meta name="generator" content="Jekyll" /> <!-- Created with Jekyll & GitHub Pages -->
@@ -29,5 +34,5 @@
2934

3035
<link rel="canonical" href="{{ site.baseurl }}{{ page.url | replace:'index.html','' }}" />
3136

32-
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/style.css" />
37+
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/style.css?v={{ site.code.version }}" />
3338
<link rel="alternate" type="application/rss+xml" title="{{ site.author.name }} - {{ site.description }}" href="{{ site.baseurl }}/feed.xml" />

0 commit comments

Comments
 (0)