Skip to content

Commit 1f4c1f0

Browse files
committed
Added footer to twitter
1 parent a1a375f commit 1f4c1f0

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

_layouts/post.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,8 @@
4747
</div>
4848
{% endif %}
4949
</div>
50+
<div id="footer">
51+
Labs created by <a href="https://twitter.com/joeandaverde">@joeandaverde</a>
52+
</div>
5053
</body>
5154
</html>

css/default.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,10 @@ pre {
3737
#next a span {
3838
display: block;
3939
padding-top: 5px;
40+
}
41+
42+
#footer {
43+
margin: 0 auto;
44+
color: #333;
45+
padding: 10px;
4046
}

0 commit comments

Comments
 (0)