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",
|
"desktop": "assets/screenshot-desktop.jpg",
|
||||||
"mobile": "assets/screenshot-mobile.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}}
|
{{/if}}
|
||||||
</nav>
|
</nav>
|
||||||
<p class="m-footer-copyright jslicense">
|
<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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: '3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ghost:
|
ghost:
|
||||||
image: ghost:2.30.2
|
image: ghost:2.31.1
|
||||||
container_name: ghost
|
container_name: ghost
|
||||||
volumes:
|
volumes:
|
||||||
- $PWD/..:/var/lib/ghost/content/themes/liebling
|
- $PWD/..:/var/lib/ghost/content/themes/liebling
|
||||||
|
|
|
@ -501,6 +501,10 @@
|
||||||
margin: 0 6px;
|
margin: 0 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.kg-bookmark-publisher {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 500px) {
|
@media (max-width: 500px) {
|
||||||
.kg-bookmark-container {
|
.kg-bookmark-container {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
Loading…
Reference in a new issue