Compare commits
2 commits
de9c3a881c
...
3a6a0f86a3
Author | SHA1 | Date | |
---|---|---|---|
Thomas Renger | 3a6a0f86a3 | ||
Thomas Renger | e84aee17d5 |
|
@ -31,7 +31,7 @@ steps:
|
|||
repo: dentaku/vollmond
|
||||
tags:
|
||||
- latest
|
||||
- v1.0
|
||||
- v1.1
|
||||
auto-tag: true
|
||||
platforms: [linux/amd64, linux/arm64]
|
||||
when:
|
||||
|
|
|
@ -81,21 +81,6 @@ echo "\n\n";
|
|||
$vollmond=(abs($datum-time())<43200);
|
||||
?>
|
||||
<title>Ist schon wieder Vollmond? - <?php echo($vollmond?"Ja":"Nein"); ?></title>
|
||||
<!-- Piwik -->
|
||||
<script type="text/javascript">
|
||||
var _paq = _paq || [];
|
||||
_paq.push(['trackPageView']);
|
||||
_paq.push(['enableLinkTracking']);
|
||||
(function() {
|
||||
var u=(("https:" == document.location.protocol) ? "https" : "http") + "://matomo.wazong.de/";
|
||||
_paq.push(['setTrackerUrl', u+'piwik.php']);
|
||||
_paq.push(['setSiteId', 34]);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript';
|
||||
g.defer=true; g.async=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
<noscript><p><img src="https://matomo.wazong.de/piwik.php?idsite=34" style="border:0;" alt="" /></p></noscript>
|
||||
<!-- End Piwik Code -->
|
||||
<link rel="stylesheet" href="mond.css"/>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue