Skip to content

Commit 7e84125

Browse files
authored
Merge pull request #79 from jbampton/fix-favicon
Fix missing favicon.ico error
2 parents cace933 + 8775e9d commit 7e84125

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
<link rel="stylesheet" href="/css/main.css">
1919

2020
<!-- Favicon -->
21-
<link rel="icon" type="image/png" href="/favicon.png">
21+
<link rel="icon" type="image/png" href="/favicon.ico">

_includes/navigation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
</form>
3131
-->
3232
</div>
33-
33+
3434
</nav>

css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ a {
115115
}
116116

117117
.mruby-is-get {
118-
text-align: center;
118+
text-align: center;
119119
padding-top: 5px;
120120
}
121121

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ and extending (`mrbgems`) mruby.
1717
{% for page in site.pages %}
1818
{% if page.categories contains 'articles' %}
1919
{% capture article %} - [{{ page.title }}]({{ page.url }}) {% endcapture %}
20-
{{ article | markdownify }}
20+
{{ article | markdownify }}
2121
{% endif %}
2222
{% endfor %}
2323
</div>

favicon.png renamed to favicon.ico

File renamed without changes.

libraries/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ <h2 class='page-header'>Libraries</h2>
1919
<div class='col-md-12'>
2020
<table class='table table-striped table-bordered'>
2121
<thead>
22-
<th> Name </th>
23-
<th> Description </th>
24-
<th> Author </th>
22+
<th>Name</th>
23+
<th>Description</th>
24+
<th>Author</th>
2525
</thead>
2626
<tbody>
2727
{% for mgem_data in site.data.mgems %}

team/index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,47 +9,47 @@ <h2><a href="https://github.com/orgs/mruby/people">Team</a></h2>
99
<tr>
1010
<th>Name</th>
1111
<th>GitHub</th>
12-
</tr>
12+
</tr>
1313
<tr>
1414
<td>Yukihiro "Matz" Matsumoto</td>
1515
<td><a href="https://github.com/matz">matz</a></td>
16-
</tr>
16+
</tr>
1717
<tr>
1818
<td>Daniel Bovensiepen</td>
1919
<td><a href="https://github.com/bovi">bovi</a></td>
20-
</tr>
20+
</tr>
2121
<tr>
2222
<td>Carson McDonald</td>
2323
<td><a href="https://github.com/carsonmcdonald">carsonmcdonald</a></td>
24-
</tr>
24+
</tr>
2525
<tr>
2626
<td>Goro Kikuchi</td>
2727
<td><a href="https://github.com/gorogit">gorogit</a></td>
28-
</tr>
28+
</tr>
2929
<tr>
3030
<td>h2so5</td>
3131
<td><a href="https://github.com/h2so5">h2so5</a></td>
32-
</tr>
32+
</tr>
3333
<tr>
3434
<td>Hir0</td>
3535
<td><a href="https://github.com/Hir0">Hir0</a></td>
36-
</tr>
36+
</tr>
3737
<tr>
3838
<td>Terence Lee</td>
3939
<td><a href="https://github.com/hone">hone</a></td>
40-
</tr>
40+
</tr>
4141
<tr>
4242
<td>Kazuaki Tanaka</td>
4343
<td><a href="https://github.com/kaz0505">kaz0505</a></td>
44-
</tr>
44+
</tr>
4545
<tr>
4646
<td>MATSUMOTO, Ryosuke</td>
4747
<td><a href="https://github.com/matsumotory">matsumotory</a></td>
48-
</tr>
48+
</tr>
4949
<tr>
5050
<td>Ralph Desir</td>
5151
<td><a href="https://github.com/Mav7">Mav7</a></td>
52-
</tr>
52+
</tr>
5353
<tr>
5454
<td>Hiroshi Mimaki</td>
5555
<td><a href="https://github.com/mimaki">mimaki</a></td>

0 commit comments

Comments
 (0)