Merge branch 'master' of git://github.com/inknos/liebling into inknos-master

This commit is contained in:
Eduardo 2019-09-07 11:50:09 +02:00
commit b10832d6a7
3 changed files with 63 additions and 1 deletions

54
assets/javascript.html Normal file
View file

@ -0,0 +1,54 @@
<table id="jslicense-labels1">
<tr>
<th>Javascript file</th>
<th>License canonical URL</th>
<th>Original file</th>
</tr>
<tr>
<td><a href="/assets/js/manifest.js">manifest.js</a></td>
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
<td><a href="/assets/js/manifest.js">manifest.js</a></td>
</tr>
<tr>
<td><a href="/assets/js/polyfill.js">polyfill.js</a></td>
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
<td><a href="/assets/js/polyfill.js">polyfill.js</a></td>
</tr>
<tr>
<td><a href="/assets/js/app.js">app.js</a></td>
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
<td><a href="/assets/js/app.js">app.js</a></td>
</tr>
<tr>
<td><a href="/assets/js/vendor.js">vendor.js</a></td>
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
<td><a href="/assets/js/vendor.js">vendor.js</a></td>
</tr>
<tr>
<td><a href="/assets/js/home.js">home.js</a></td>
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
<td><a href="/assets/js/home.js">home.js</a></td>
</tr>
<tr>
<td><a href="/assets/js/page.js">page.js</a></td>
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
<td><a href="/assets/js/page.js">page.js</a></td>
</tr>
<tr>
<td><a href="/assets/js/post.js">post.js</a></td>
<td><a href="http://www.jclark.com/xml/copying.txt">Expat</a></td>
<td><a href="/assets/js/post.js">post.js</a></td>
</tr>
<tr>
<td><a href="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js">webfont.js</a></td>
<td><a href="http://www.apache.org/licenses/LICENSE-2.0">Apache-2.0</a></td>
<td><a href="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js">webfont.js</a></td>
</tr>
</table>

View file

@ -22,11 +22,14 @@
{{!-- This variable is used to make the search form work --}}
<script>
const ghostHost = "{{@site.url}}"
// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat
const ghostHost = "{{@site.url}}"
// @license-end
</script>
{{!-- This script loads the Google fornt asynchronously --}}
<script>
// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat
WebFontConfig = {
google: { families: ['Source+Sans+Pro:400,600,700'] }
};
@ -37,6 +40,7 @@
wf.async = true;
s.parentNode.insertBefore(wf, s);
})(document);
// @license-end
</script>
</head>
<body class="{{body_class}}">

View file

@ -9,6 +9,7 @@ This footer template is shared across all the pages.
<span>&nbsp; &bull; &nbsp;</span>
<span>{{t "Published with"}} <a href="https://ghost.org" target="_blank" rel="noopener">Ghost</a></span>
</p>
<nav class="m-footer-social">
{{#if @site.facebook}}
<a href="{{facebook_url @site.facebook}}" target="_blank" rel="noopener" aria-label="Facebook">
@ -21,5 +22,8 @@ This footer template is shared across all the pages.
</a>
{{/if}}
</nav>
<p style="margin-top: 1rem;" class="m-footer-copyright"><span>
<a href="/assets/javascript.html" rel="jslicense">JavaScript license information</a>
</span></p>
</div>
</footer>