File tree Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,9 @@ remote_theme: vaibhavvikas/jekyll-theme-minimalistic
4
4
color-scheme : dark
5
5
logo : assets/img/LabHackers-256.png
6
6
favicon : true
7
- show_credits : false
7
+ hide_description : true
8
8
hide_project_page : true
9
+ hide_credits : true
9
10
google_analytics :
10
11
11
12
platforms :
Original file line number Diff line number Diff line change 3
3
< p > This project is maintained by < a href ="{{ site.github.owner_url }} "> {{ site.github.owner_name }}</ a > </ p >
4
4
{% endif %}
5
5
{% endunless %}
6
- {% if site.show_credits %}
7
- < p style ="margin-bottom: 0px ">
8
- < small >
9
- < a href ="https://github.com/vaibhavvikas/jekyll-theme-minimalistic "> Minimalistic</ a > — Theme by
10
- < a href ="https://github.com/vaibhavvikas/ "> vaibhavvikas</ a >
11
- </ small >
12
- </ p >
13
- {% endif %}
6
+ {% unless site.hide_credits %}
7
+ < p style ="margin-bottom: 0px ">
8
+ < small >
9
+ < a href ="https://github.com/vaibhavvikas/jekyll-theme-minimalistic "> Minimalistic</ a > — Theme by
10
+ < a href ="https://github.com/vaibhavvikas/ "> vaibhavvikas</ a >
11
+ </ small >
12
+ </ p >
13
+ {% endunless %}
Original file line number Diff line number Diff line change 11
11
{% include header-title.html %}
12
12
{% endif %}
13
13
14
- < p > {{ site.description | default: site.github.project_tagline }}</ p >
14
+ {% unless site.hide_description %}
15
+ < p > {{ site.description | default: site.github.project_tagline }}</ p >
16
+ {% endunless %}
15
17
16
18
{% unless site.hide_project_page %}
17
19
{% if site.github.is_project_page %}
You can’t perform that action at this time.
0 commit comments