Skip to content

Commit

Permalink
add footer
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarmorrison committed Aug 26, 2018
1 parent 7a259a0 commit 2176e93
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/css/oscar.css
Original file line number Diff line number Diff line change
Expand Up @@ -585,3 +585,9 @@ pagination prev/next links */
.kg-width-full img {
max-width: 100vw;
}

footer {
text-align: center;
font-size: small;
color: #929292;
}
5 changes: 5 additions & 0 deletions default.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@
<div class="container content">
{{{body}}}
</div>
<footer>
Made with 🖤 by <a href="https://oscarmorrison.com?utm_source=blog" target="_blank">Oscar</a>
<span> | </span>
Published with <a href="https://ghost.org" target="_blank">Ghost</a>
</footer>

<script type="text/javascript" data-cfasync="false" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.3/jquery.min.js"></script>
<script type="text/javascript" src="{{asset 'js/gallery.js'}}"></script>
Expand Down

0 comments on commit 2176e93

Please sign in to comment.