Use the assets helper to link the javascript.html file and implement a style for the .kg-bookmark-publisher class

This commit is contained in:
Eduardo 2019-09-30 21:38:18 +02:00
parent 92711fa35d
commit 158b22b851
4 changed files with 7 additions and 3 deletions

View file

@ -54,5 +54,5 @@
"desktop": "assets/screenshot-desktop.jpg",
"mobile": "assets/screenshot-mobile.jpg"
},
"version": "0.4.1"
"version": "0.4.2"
}

View file

@ -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>

View file

@ -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

View file

@ -501,6 +501,10 @@
margin: 0 6px;
}
.kg-bookmark-publisher {
color: inherit;
}
@media (max-width: 500px) {
.kg-bookmark-container {
flex-direction: column;