Compare commits
No commits in common. "3a6a0f86a36a9105a4f1bf149733b36c0d52251f" and "de9c3a881c105611e890bc23d62980538f70ad30" have entirely different histories.
3a6a0f86a3
...
de9c3a881c
|
@ -31,7 +31,7 @@ steps:
|
|||
repo: dentaku/vollmond
|
||||
tags:
|
||||
- latest
|
||||
- v1.1
|
||||
- v1.0
|
||||
auto-tag: true
|
||||
platforms: [linux/amd64, linux/arm64]
|
||||
when:
|
||||
|
|
|
@ -81,6 +81,21 @@ 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