Skip to content

Commit 93b8870

Browse files
committed
Add placeholder logo
1 parent 84e9172 commit 93b8870

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

_layouts/default.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<body>
1313
<div class="container">
1414
<div class="header">
15-
<ul class="nav nav-pills">
15+
<ul class="nav nav-pills pull-right">
1616
{% assign shorturl = page.url | replace:'index.html','' %}
1717
{% for item in site.navigation %}
1818
<li {% if item.link == shorturl %}class="active"{% endif %}>
@@ -22,6 +22,11 @@
2222
</li>
2323
{% endfor %}
2424
</ul>
25+
<a href="{{ site.base }}/">
26+
<img src="{{ site.base }}/img/logo.png"
27+
srcset="{{ site.base }}/img/[email protected] 2x"
28+
alt="Sampa" id="logo">
29+
</a>
2530
</div>
2631

2732
{% comment %}Liquid is sort of terrible! I think "!= true" is the

img/logo.png

3.28 KB
Loading

img/[email protected]

4.34 KB
Loading

0 commit comments

Comments
 (0)