File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ __code: &code_common
44 branch : " master"
55code : # 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#
Original file line number Diff line number Diff line change 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 -->
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 " />
You can’t perform that action at this time.
0 commit comments