very slightly spruce up the actaddmanual page
This commit is contained in:
parent
9682637ca5
commit
2884ffb359
2 changed files with 13 additions and 0 deletions
|
@ -25,12 +25,19 @@
|
||||||
gtag('js', new Date());
|
gtag('js', new Date());
|
||||||
gtag('config', 'UA-150032076-2');
|
gtag('config', 'UA-150032076-2');
|
||||||
</script>
|
</script>
|
||||||
|
<script data-ad-client="ca-pub-5754829579653773" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div id="sidebar"></div>
|
<div id="sidebar"></div>
|
||||||
<div id="entries"></div>
|
<div id="entries"></div>
|
||||||
<script src="index.js"></script>
|
<script src="index.js"></script>
|
||||||
|
|
||||||
|
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||||
|
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-5754829579653773" data-ad-slot="6172284542" data-ad-format="auto" data-full-width-responsive="true"></ins>
|
||||||
|
<script>
|
||||||
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
|
@ -46,6 +46,12 @@ function populateManual(lang) {
|
||||||
entries.append(t);
|
entries.append(t);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sidebar.append("<hr>");
|
||||||
|
sidebar.append(`<a href="https://ellpeck.de">Main Site</a>`)
|
||||||
|
sidebar.append(`<a href="https://ellpeck.de/impressum">Impressum</a>`);
|
||||||
|
sidebar.append(`<a href="https://github.com/Ellpeck/Web">© Ellpeck</a>`);
|
||||||
|
sidebar.append("<hr>");
|
||||||
|
|
||||||
// Move to anchor now that it's loaded
|
// Move to anchor now that it's loaded
|
||||||
if (window.location.hash.startsWith("#")) {
|
if (window.location.hash.startsWith("#")) {
|
||||||
var anchor = $(window.location.hash);
|
var anchor = $(window.location.hash);
|
||||||
|
|
Loading…
Reference in a new issue