Skip to content

Commit

Permalink
Fix Issue #31,#32 to show blog title in copyright and add better marg…
Browse files Browse the repository at this point in the history
…ins for navigation links on the aside
  • Loading branch information
kelyvin committed Feb 10, 2017
1 parent 9c4f480 commit 075e029
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions assets/css/caffeine-theme.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions assets/js/caffeine-theme.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions assets/scss/components/_aside.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@
}

.call-to-action-container {
margin: 18px 0;
margin: 12px 0;

.navigation {
.links {
li {
display: inline-block;
margin: 0 5px;
margin: 5px;
border-radius: 20px;
background: $primary-color;
color: $slate-white;
Expand Down
2 changes: 1 addition & 1 deletion partials/footer.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<footer>
<span class="copyright">
&copy; {{date format="YYYY"}} {{meta_title}}. All Rights Reserved. | Built with <a href="https://ghost.org/" target="_blank">Ghost</a> and <a href="https://github.com/kelyvin/caffeine-theme" target="_blank">Caffeine Theme</a>.
&copy; {{date format="YYYY"}} {{@blog.title}}. All Rights Reserved. | Built with <a href="https://ghost.org/" target="_blank">Ghost</a> and <a href="https://github.com/kelyvin/caffeine-theme" target="_blank">Caffeine Theme</a>.
</span>
</footer>

0 comments on commit 075e029

Please sign in to comment.