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:
parent
92711fa35d
commit
158b22b851
|
@ -54,5 +54,5 @@
|
|||
"desktop": "assets/screenshot-desktop.jpg",
|
||||
"mobile": "assets/screenshot-mobile.jpg"
|
||||
},
|
||||
"version": "0.4.1"
|
||||
"version": "0.4.2"
|
||||
}
|
||||
|
|
|
@ -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,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
|
||||
|
|
|
@ -501,6 +501,10 @@
|
|||
margin: 0 6px;
|
||||
}
|
||||
|
||||
.kg-bookmark-publisher {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
@media (max-width: 500px) {
|
||||
.kg-bookmark-container {
|
||||
flex-direction: column;
|
||||
|
|
Loading…
Reference in a new issue