aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-02-12 02:17:36 -0500
committerThedro Neely <thedroneely@gmail.com>2021-02-12 02:17:36 -0500
commit0517a32d250bd5e934c2ab0e8aca7144d621a0aa (patch)
treed6af25b08711913c5b35ab053316d246ed9ba3b3
parent67021351deb7c35711af23e82d67d2deac9ed904 (diff)
downloadthedroneely.com-0517a32d250bd5e934c2ab0e8aca7144d621a0aa.tar.gz
thedroneely.com-0517a32d250bd5e934c2ab0e8aca7144d621a0aa.tar.bz2
thedroneely.com-0517a32d250bd5e934c2ab0e8aca7144d621a0aa.zip
app/views/partials/footer: Relative git links
app/views/partials/footer.php app/views/partials/navigator.php
-rw-r--r--app/views/partials/footer.php3
-rw-r--r--app/views/partials/navigator.php2
2 files changed, 2 insertions, 3 deletions
diff --git a/app/views/partials/footer.php b/app/views/partials/footer.php
index d603158..b43980c 100644
--- a/app/views/partials/footer.php
+++ b/app/views/partials/footer.php
@@ -1,4 +1,3 @@
-
<footer class="hero-foot">
<div class="footer">
<div class="container">
@@ -24,7 +23,7 @@
<p class="has-text-grey-dark is-size-7">
The content for this site is <a href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>.
- The <a href="https://www.thedroneely.com/git/thedroneely/thedroneely.com">source code</a>
+ The <a href="/git/thedroneely/thedroneely.com">source code</a>
for this site is <a href="https://opensource.org/licenses/GPL-3.0">GPL</a>.<br>
Copyright &copy; 2018 &mdash; <?php echo date("Y"); ?>
</p>
diff --git a/app/views/partials/navigator.php b/app/views/partials/navigator.php
index 1a20f0c..e3adf58 100644
--- a/app/views/partials/navigator.php
+++ b/app/views/partials/navigator.php
@@ -62,7 +62,7 @@
<div class="navbar__left column">
<a title="Go to Website Repository"
- href="/git/explore/repos"
+ href="/git/"
class="navbar-item item__box button is-inline-flex">
<?php echo featherIcon('git-commit'); ?>
<span>Repo</span>