aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-01-21 07:11:03 -0500
committerThedro Neely <thedroneely@gmail.com>2019-01-21 07:11:03 -0500
commitd1d8ad4291704ccfe8403abc6b9425359233dda3 (patch)
tree94186941b577ab959be4a2466e9981d17f90b369 /views
parent17ebdd029f159f55118284607dd102b263092267 (diff)
downloadedwinmattiacci.com-d1d8ad4291704ccfe8403abc6b9425359233dda3.tar.gz
edwinmattiacci.com-d1d8ad4291704ccfe8403abc6b9425359233dda3.tar.bz2
edwinmattiacci.com-d1d8ad4291704ccfe8403abc6b9425359233dda3.zip
views/partials/footer: Remove target blank from footer
Diffstat (limited to 'views')
-rw-r--r--views/partials/footer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/partials/footer.php b/views/partials/footer.php
index 1b1b7d7..a78de08 100644
--- a/views/partials/footer.php
+++ b/views/partials/footer.php
@@ -1,7 +1,7 @@
<?php
$footer = <<<'EOD'
Design inspired by
-<a href="https://github.com/calintat/minimal" target="_blank">Minimal</a> |
+<a href="https://github.com/calintat/minimal">Minimal</a> |
&copy; Edwin Mattiacci Voiceover
EOD;
?>