aboutsummaryrefslogtreecommitdiff
path: root/_site/includes/dom/footer.php
diff options
context:
space:
mode:
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>