File tree 4 files changed +12
-14
lines changed
4 files changed +12
-14
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ <h2>{{page.title}}</h2>
19
19
class ="btn btn-outline-secondary mb-1 d-block "
20
20
href ="{{page.webpage}} "
21
21
>
22
- {% octicon link-external height: 16 %} Webpage
22
+ < i class =" bi bi-box-arrow-in-up-left " > </ i > Webpage
23
23
</ a >
24
24
{% comment %}
25
25
<!-- prettier-ignore -->
@@ -41,28 +41,28 @@ <h2>{{page.title}}</h2>
41
41
{% endcomment %}
42
42
43
43
< a class ="btn btn-outline-secondary mb-1 d-block " href ="{{repoURL}} ">
44
- {% octicon mark -github height: 16 %} Repository
44
+ < i class =" bi bi -github" > </ i > Repository
45
45
</ a >
46
46
{% endif %} {% if page.issues %}
47
47
< a
48
48
class ="btn btn-outline-secondary mb-1 d-block "
49
49
href ="{{repoURL}}/issues "
50
50
>
51
- {% octicon issue-opened height: 16 %} Issues
51
+ < i class =" bi bi-exclamation-circle " > </ i > Issues
52
52
</ a >
53
53
{% endif %} {% if page.wiki %}
54
54
< a
55
55
class ="btn btn-outline-secondary mb-1 d-block "
56
56
href ="{{repoURL}}/wiki "
57
57
>
58
- {% octicon book height: 16 %} Wiki
58
+ < i class =" bi bi- book" > </ i > Wiki
59
59
</ a >
60
60
{% endif %} {% if page.releases %}
61
61
< a
62
62
class ="btn btn-outline-secondary mb-1 d-block "
63
63
href ="{{repoURL}}/releases "
64
64
>
65
- {% octicon desktop-download height: 16 %} Releases
65
+ < i class =" bi bi-file-earmark-zip " > </ i > Releases
66
66
</ a >
67
67
{% endif %}
68
68
</ div >
Original file line number Diff line number Diff line change @@ -108,10 +108,10 @@ <h3 class="card-title">{{ post.title }}</h3>
108
108
< a class ="page-link " href ="{{ paginator.previous_page_path }} ">
109
109
< span aria-hidden ="true ">
110
110
< span class ="d-none d-xl-inline ">
111
- {% octicon arrow- left height: 24 %}
111
+ < i class =" bi bi-chevron- left" > </ i >
112
112
</ span >
113
113
< span class ="d-xl-none ">
114
- {% octicon arrow- left height: 16 %}
114
+ < i class =" bi bi-chevron- left" > </ i >
115
115
</ span >
116
116
</ span >
117
117
< span class ="visually-hidden "> Previous Page</ span >
@@ -198,10 +198,10 @@ <h3 class="card-title">{{ post.title }}</h3>
198
198
>
199
199
< span aria-hidden ="true ">
200
200
< span class ="d-none d-xl-inline ">
201
- {% octicon arrow- right height: 24 %}
201
+ < i class =" bi bi-chevron- right" > </ i >
202
202
</ span >
203
203
< span class ="d-xl-none ">
204
- {% octicon arrow- right height: 16 %}
204
+ < i class =" bi bi-chevron- right" > </ i >
205
205
</ span >
206
206
</ span >
207
207
< span class ="visually-hidden "> Next Page</ span >
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ <h1>Contact</h1>
12
12
< noscript >
13
13
< div class ="alert alert-danger my-5 " role ="alert ">
14
14
< p class ="h4 alert-heading ">
15
- {% octicon alert height: 24 %} Unsupported Configuration
15
+ < i class =" bi bi-exclamation-triangle " > </ i > Unsupported Configuration
16
16
</ p >
17
17
< p > This contact form requires JavaScript in order to function.</ p >
18
18
< hr />
Original file line number Diff line number Diff line change @@ -34,16 +34,14 @@ <h2>Projects</h2>
34
34
<!-- <div class="container"> -->
35
35
< div class ="card mb-3 ">
36
36
< div class ="card-header text-white bg-info ">
37
- {% octicon pin height: 16 %} Featured
37
+ < i class =" bi bi- pin-angle " > </ i > Featured
38
38
</ div >
39
39
</ div >
40
40
{% else %}
41
41
<!-- <section class="bg-light py-3"> -->
42
42
<!-- <div class="container"> -->
43
43
< div class ="card mt-5 mb-3 bg-dark text-light ">
44
- < div class ="card-header ">
45
- {% octicon archive height: 16 %} Other Projects
46
- </ div >
44
+ < div class ="card-header "> < i class ="bi bi-archive "> </ i > Other Projects</ div >
47
45
</ div >
48
46
{% endif %} {% for project in sorted_projects %}
49
47
< div class ="card mb-3 mx-3 bg-light shadow-sm ">
You can’t perform that action at this time.
0 commit comments