8000 Fix icons/logos · ChaiScript/chaiscript.github.io@1e3412c · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 1e3412c

Browse files
committed
Fix icons/logos
1 parent 0320a55 commit 1e3412c

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

_includes/common.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<link rel="shortcut icon" href="/favicon.ico">
1+
<link rel="icon" href="/favicon.png">
22

33
<!-- Latest compiled and minified CSS -->
44
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">

favicon.ico

-52.6 KB
Binary file not shown.

favicon.png

1.42 KB
Loading

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<div class="row">
2222
<div class="col-md-4">
2323
<h1>ChaiScript</h1>
24-
<p><img src="/favicon.ico" align="left"/> an easy to use embedded scripting language for C++.</p>
24+
<p><img src="/logo.png" align="left"/> an easy to use embedded scripting language for C++.</p>
2525
<br/>
2626
<a class="btn btn-default btn-lg " href="https://github.com/ChaiScript/ChaiScript/releases">Download</a>
2727
</div>

logo.png

6.18 KB
Loading

0 commit comments

Comments
 (0)
0