File tree Expand file tree Collapse file tree 9 files changed +18
-18
lines changed Expand file tree Collapse file tree 9 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ DEPENDENCIES
57
57
tzinfo-data
58
58
59
59
RUBY VERSION
60
- ruby 2.3.1p112
60
+ ruby 2.5.1p57
61
61
62
62
BUNDLED WITH
63
- 1.14.6
63
+ 1.16.5
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ email: your-email@domain.com
4
4
description : >
5
5
Jekyll Template for Project Websites
6
6
providing documentation and blog post pages.
7
+ lang : en-US
7
8
8
9
baseurl : " /jekyll-doc-theme" # the subpath of your site, e.g. /blog/
9
10
url : https://aksakalli.github.io/jekyll-doc-theme # the base hostname & protocol for your site
Original file line number Diff line number Diff line change 1
1
---
2
2
title: Font Awesome Icon List
3
3
permalink: /docs/font-awesome/
4
+ description: Demo of all Font Awesome icons
4
5
---
5
6
6
7
Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ <h4 class="panel-title">
8
8
</ a >
9
9
</ h4 >
10
10
</ div >
11
- < div id ="collapse-{{forloop.index}} " class ="panel-collapse collapse " role ="tabpanel " aria-labelledby =" headingOne ">
12
- < ul class ="list-group ">
11
+ < div id ="collapse-{{forloop.index}} " class ="panel-collapse collapse " role ="tabpanel " aria-label =" Side Navigation ">
12
+ < div class ="list-group ">
13
13
{% for item in section.docs %}
14
14
{% assign item_url = item | prepend:"/docs/" | append:"/" %}
15
15
{% assign p = site.docs | where:"url", item_url | first %}
16
16
< a class ="list-group-item {% if item_url == page.url %}active{% endif %} " href ="{{ p.url | prepend: site.baseurl }} "> {{ p.title }}</ a >
17
17
{% endfor %}
18
- </ ul >
18
+ </ div >
19
19
</ div >
20
20
</ div >
21
21
{% endfor %}
Original file line number Diff line number Diff line change 3
3
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
4
4
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
5
5
6
- < title > {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</ title >
7
- < meta name ="description " content ="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %} ">
8
-
9
-
10
6
< link rel ="stylesheet " href ="{{ "/css/main.css" | prepend: site.baseurl }}">
11
7
< link rel ="stylesheet " href ="{{ "/css/font-awesome.min.css" | prepend: site.baseurl }}">
12
8
Original file line number Diff line number Diff line change 45
45
</ a >
46
46
</ li >
47
47
{% endif %}
48
- </ div >
48
+ </ ul >
49
49
< div class ="clear "> </ div >
50
50
{% break %}
51
51
{% endif %}
Original file line number Diff line number Diff line change 8
8
< span class ="icon-bar "> </ span >
9
9
</ button >
10
10
< a class ="navbar-brand " href ="{{ site.baseurl }}/ ">
11
- < span > < img src ="{{site.baseurl}}/img/logonav.png "> </ span > {{ site.title }}
11
+ < span > < img src ="{{site.baseurl}}/img/logonav.png " alt =" Logo " > </ span > {{ site.title }}
12
12
</ a >
13
13
</ div >
14
14
< div id ="navbar " class ="collapse navbar-collapse ">
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
- < html >
2
+ < html lang =" {{ page.lang | default: site.lang | default: " en " }}" >
3
3
4
4
{% include head.html %}
5
5
Original file line number Diff line number Diff line change 11
11
< div class ="col-md-8 ">
12
12
< h1 > {{ page.title }}</ h1 >
13
13
< div id ="markdown-content-container "> {{ content }}</ div >
14
- < p class ="text-center ">
15
- < br />
16
- < a target ="_blank " href ="{{site.git_edit_address}}/{{ page.path }} " class ="btn btn-default githubEditButton " role ="button ">
17
- < i class ="fa fa-pencil fa-lg "> </ i > Improve this page
18
- </ a >
19
- </ p >
14
+ < div style ="clear:both; ">
15
+ < p class ="text-center ">
16
+ < br />
17
+ < a target ="_blank " href ="{{site.git_edit_address}}/{{ page.path }} " class ="btn btn-default githubEditButton " role ="button ">
18
+ < i class ="fa fa-pencil fa-lg "> </ i > Improve this page
19
+ </ a >
20
+ </ p >
21
+ </ div >
20
22
< hr >
21
23
{% include section_nav.html %}
22
24
</ div >
You can’t perform that action at this time.
0 commit comments