This repository was archived by the owner on Jan 4, 2023. It is now read-only.
File tree 3 files changed +20
-2
lines changed
3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1
1
title : Welcome Bot site
2
2
theme : jekyll-theme-cayman
3
+
4
+ google_analytics : G-CG5JP6P94W
5
+
6
+ invite_url : https://dsc.gg/welcome-bot
7
+ discord_invite : https://dsc.gg/welcome-bot-guild
Original file line number Diff line number Diff line change 20
20
< meta name ="theme-color " content ="#157878 ">
21
21
< meta name ="apple-mobile-web-app-status-bar-style " content ="black-translucent ">
22
22
< link rel ="stylesheet " href ="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }} ">
23
- < link rel ="stylesheet " href ="{{ '/assets/css/index.css?v=' | append: site.github.build_revision | relative_url }} ">
24
23
</ head >
25
24
< body >
26
25
< a id ="skip-to-content " href ="#content "> Skip to the content.</ a >
@@ -31,6 +30,12 @@ <h2 class="project-tagline">{{ page.description | default: site.description | de
31
30
{% if site.github.is_project_page %}
32
31
< a href ="{{ site.github.repository_url }} " class ="btn "> View on GitHub</ a >
33
32
{% endif %}
33
+ {% if site.invite_url %}
34
+ < a href ="{{ site.invite_url }} " class ="btn "> Invite the bot to your Discord.</ a >
35
+ {% endif %}
36
+ {% if site.discord_invite %}
37
+ < a href ="{{ site.discord_invite }} " class ="btn "> View on GitHub</ a >
38
+ {% endif %}
34
39
{% if site.show_downloads %}
35
40
< a href ="{{ site.github.zip_url }} " class ="btn "> Download .zip</ a >
36
41
< a href ="{{ site.github.tar_url }} " class ="btn "> Download .tar.gz</ a >
@@ -45,6 +50,7 @@ <h2 class="project-tagline">{{ page.description | default: site.description | de
45
50
< span class ="site-footer-owner "> < a href ="{{ site.github.repository_url }} "> {{ site.github.repository_name }}</ a > is maintained by < a href ="{{ site.github.owner_url }} "> {{ site.github.owner_name }}</ a > .</ span >
46
51
{% endif %}
47
52
< a href ="{{ '/' | relative_url }} "> Back to main index page</ a >
53
+ < p > P.S. we use Google Analytics. < a href ="https://policies.google.com/technologies/partner-sites "> Analytics privacy info</ a > </ p >
48
54
</ footer >
49
55
</ main >
50
56
</ body >
Original file line number Diff line number Diff line change @@ -30,6 +30,12 @@ <h2 class="project-tagline">{{ page.description | default: site.description | de
30
30
{% if site.github.is_project_page %}
31
31
< a href ="{{ site.github.repository_url }} " class ="btn "> View on GitHub</ a >
32
32
{% endif %}
33
+ {% if site.invite_url %}
34
+ < a href ="{{ site.invite_url }} " class ="btn "> Invite the bot to your Discord.</ a >
35
+ {% endif %}
36
+ {% if site.discord_invite %}
37
+ < a href ="{{ site.discord_invite }} " class ="btn "> View on GitHub</ a >
38
+ {% endif %}
33
39
</ header >
34
40
35
41
< main id ="content " class ="main-content " role ="main ">
@@ -39,7 +45,8 @@ <h2 class="project-tagline">{{ page.description | default: site.description | de
39
45
{% if site.github.is_project_page %}
40
46
< span class ="site-footer-owner "> < a href ="{{ site.github.repository_url }} "> {{ site.github.repository_name }}</ a > is maintained by < a href ="{{ site.github.owner_url }} "> {{ site.github.owner_name }}</ a > .</ span >
41
47
{% endif %}
42
- < a href ="{{ '/docs' | relative_url }} "> Back to docs index page</ a >
48
+ < a href ="{{ '/' | relative_url }} "> Back to docs index page</ a >
49
+ < p > P.S. we use Google Analytics. < a href ="https://policies.google.com/technologies/partner-sites "> Analytics privacy info</ a > </ p >
43
50
</ footer >
44
51
</ main >
45
52
</ body >
You can’t perform that action at this time.
0 commit comments