aboutsummaryrefslogtreecommitdiff
path: root/_site/includes/dom/footer.php
diff options
context:
space:
mode:
authorMinteck <46352972+Minteck@users.noreply.github.com>2021-06-29 21:10:46 +0200
committerMinteck <46352972+Minteck@users.noreply.github.com>2021-06-29 21:10:46 +0200
commit5c5014a95ae79af4b052b5011e7d0c11d6eae6a6 (patch)
tree2e01690505d48a296d1826096f974762f46380dc /_site/includes/dom/footer.php
parentd2733aa17b7932dfb78e97639e7d568ac41b9ee1 (diff)
downloadunchainedtech-5c5014a95ae79af4b052b5011e7d0c11d6eae6a6.tar.gz
unchainedtech-5c5014a95ae79af4b052b5011e7d0c11d6eae6a6.tar.bz2
unchainedtech-5c5014a95ae79af4b052b5011e7d0c11d6eae6a6.zip
It's all done? Almost, just missing the RSS feed!
Diffstat (limited to '_site/includes/dom/footer.php')
-rw-r--r--_site/includes/dom/footer.php14
1 files changed, 13 insertions, 1 deletions
diff --git a/_site/includes/dom/footer.php b/_site/includes/dom/footer.php
index 31b6cb8..4832ed2 100644
--- a/_site/includes/dom/footer.php
+++ b/_site/includes/dom/footer.php
@@ -1,7 +1,19 @@
<hr>
<div class="container">
- <p># blogchain <a href="https://twitter.com/_Minteck" target="_blank">--twitter</a> <a href="https://github.com/Minteck/Blogchain-Software" target="_blank">--github</a>gi_</p>
+ <p># blogchain <a href="https://twitter.com/_Minteck" target="_blank">--support</a> <a href="https://github.com/Minteck/Blogchain-Software" target="_blank">--code</a> <a href="/about">--version</a>_<br>
+ <span style="color:black !important;">
+ <?php
+
+ /** @var float $listGetTimeout */
+ if ($listGetTimeout !== 0) {
+ echo("Articles list loading took " . round($listGetTimeout*1000, 4) . " ms");
+ } else {
+ echo("No articles list loading");
+ }
+
+ ?>
+ </span></p>
</div>
</body>