Skip to content

Commit

Permalink
Use the assets helper to link the javascript.html file and implement …
Browse files Browse the repository at this point in the history
…a style for the .kg-bookmark-publisher class
  • Loading branch information
eddiesigner committed Sep 30, 2019
1 parent 92711fa commit 158b22b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
"desktop": "assets/screenshot-desktop.jpg",
"mobile": "assets/screenshot-mobile.jpg"
},
"version": "0.4.1"
"version": "0.4.2"
}
2 changes: 1 addition & 1 deletion partials/footer.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This footer template is shared across all the pages.
{{/if}}
</nav>
<p class="m-footer-copyright jslicense">
<a href="/assets/html/javascript.html" rel="jslicense">{{t "JavaScript license information"}}</a>
<a href="{{asset "html/javascript.html"}}" rel="jslicense">{{t "JavaScript license information"}}</a>
</p>
</div>
</footer>
2 changes: 1 addition & 1 deletion src/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
ghost:
image: ghost:2.30.2
image: ghost:2.31.1
container_name: ghost
volumes:
- $PWD/..:/var/lib/ghost/content/themes/liebling
Expand Down
4 changes: 4 additions & 0 deletions src/sass/layouts/_post-content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,10 @@
margin: 0 6px;
}

.kg-bookmark-publisher {
color: inherit;
}

@media (max-width: 500px) {
.kg-bookmark-container {
flex-direction: column;
Expand Down

0 comments on commit 158b22b

Please sign in to comment.