File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,7 @@ sponsor:
29
29
url : " https://www.redminecloud.net/"
30
30
logo : " /images/myredmine-logo-hz.png"
31
31
description : >- # this means to ignore newlines until "baseurl:"
32
- 「5 分鐘快速上手 Redmine」系列文章,旨在用簡單易懂的方式介紹開放原始碼的議題管理系統 Redmine。
33
- 每篇文章的長度大約只需 5 分鐘閱讀時間,讓您輕鬆掌握 Redmine 的基礎與實用功能。
32
+ 「5分鐘快速上手 Redmine」系列文章,旨在用簡單易懂的方式介紹開放原始碼的議題管理系統 Redmine。每篇文章的長度大約只需 5分鐘閱讀時間,讓您輕鬆掌握 Redmine 的基礎與實用功能。
34
33
baseurl : " " # the subpath of your site, e.g. /blog
35
34
url : " https://5fenzhong-redmine.github.io" # the base hostname & protocol for your site, e.g. http://example.com
36
35
repository_url : " https://github.com/5fenzhong-redmine/5fenzhong-redmine.github.io"
Original file line number Diff line number Diff line change 2
2
< meta charset ="utf-8 ">
3
3
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
4
4
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
5
- {%- seo -%}
5
+ < title >
6
+ {% if page.title %}
7
+ {{ page.title }}
8
+ {% else %}
9
+ {{ site.title }}
10
+ {% endif %}
11
+ </ title >
12
+
13
+ {%- seo title=false -%}
14
+
6
15
< link id ="main-stylesheet " rel ="stylesheet " href ="{{ '/assets/css/style.css' | relative_url }} ">
7
16
{%- feed_meta -%}
8
17
{%- if jekyll.environment == 'production' and site.google_analytics -%}
You can’t perform that action at this time.
0 commit comments