Skip to content

Commit f7f5932

Browse files
committed
Add messageformat logo to sidebar
1 parent 552b76e commit f7f5932

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

_includes/head.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<link rel="stylesheet" href="{{ site.baseurl }}/public/css/poole.css">
1919
<link rel="stylesheet" href="{{ site.baseurl }}/public/css/syntax.css">
2020
<link rel="stylesheet" href="{{ site.baseurl }}/public/css/hyde.css">
21+
<link rel="stylesheet" href="{{ site.baseurl }}/public/css/site.css">
2122
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
2223

2324
<!-- RSS -->

_includes/sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<div class="sidebar-about">
44
<h1>
55
<a href="{{ site.baseurl }}/">
6+
<img src="{{ site.baseurl }}/messageformat.js/logo/messageformat.svg">
67
{{ site.title }}
78
</a>
89
</h1>

public/css/site.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.sidebar h1 a {
2+
display: inline-block;
3+
}
4+
.sidebar h1 a img {
5+
margin: 0 auto 10%;
6+
width: 65%;
7+
}

0 commit comments

Comments
 (0)