File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,10 @@ authors:
24
24
25
25
- name : Akihiro Kurotani
26
26
27
+ sponsor :
28
+ name : My Redmine
29
+ url : " https://www.redminecloud.net/"
30
+ logo : " /images/myredmine-logo-hz.png"
27
31
description : >- # this means to ignore newlines until "baseurl:"
28
32
「5 分鐘快速上手 Redmine」系列文章,旨在用簡單易懂的方式介紹開放原始碼的議題管理系統 Redmine。
29
33
每篇文章的長度大約只需 5 分鐘閱讀時間,讓您輕鬆掌握 Redmine 的基礎與實用功能。
Original file line number Diff line number Diff line change 33
33
</ p >
34
34
</ div >
35
35
{% endif %}
36
+
37
+ {% if site.sponsor %}
38
+ < div class ="sponsor-info ">
39
+ {% if site.sponsor.logo %}
40
+ < p >
41
+ Sponsored by
42
+ < a href ="{{ site.sponsor.url }} ">
43
+ < img src ="{{ site.sponsor.logo }} " alt ="{{ site.sponsor.name }} logo " />
44
+ </ a >
45
+ </ p >
46
+ {% else %}
47
+ < p >
48
+ Sponsored by < a href ="{{ site.sponsor.url }} "> {{ site.sponsor.name }}</ a >
49
+ </ p >
50
+ {% endif %}
36
51
</ div >
52
+ {% endif %}
37
53
54
+ </ div >
38
55
</ div >
39
56
40
57
</ footer >
You can’t perform that action at this time.
0 commit comments