aboutsummaryrefslogtreecommitdiff
path: root/app/views/partials
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-11-27 00:14:44 -0500
committerThedro Neely <thedroneely@gmail.com>2019-11-27 00:14:44 -0500
commit044364adaacf0caf12deff9f293e84fc6ef2cb55 (patch)
treefa69b93aa9b0e54e91accefb1b387b843b455258 /app/views/partials
parent0ae8704c54d4af453b8ad39b218ae3bfa764e6f5 (diff)
downloadthedroneely.com-044364adaacf0caf12deff9f293e84fc6ef2cb55.tar.gz
thedroneely.com-044364adaacf0caf12deff9f293e84fc6ef2cb55.tar.bz2
thedroneely.com-044364adaacf0caf12deff9f293e84fc6ef2cb55.zip
app/views/partials: Keep all rel=me in footer
Diffstat (limited to 'app/views/partials')
-rw-r--r--app/views/partials/footer.php2
-rw-r--r--app/views/partials/header.php1
2 files changed, 2 insertions, 1 deletions
diff --git a/app/views/partials/footer.php b/app/views/partials/footer.php
index 0ec51e2..1740d80 100644
--- a/app/views/partials/footer.php
+++ b/app/views/partials/footer.php
@@ -16,6 +16,8 @@
<a class="underline" rel="me" href="https://gitlab.com/tdro">Gitlab</a> |
+ <a class="underline" rel="me" href="https://twitter.com/thedroneely">Twitter</a> |
+
<a class="underline" rel="me" href="https://github.com/tdro">Github</a> |
<a class="underline" href="https://www.thedroneely.com/analytics">Analytics</a> |
diff --git a/app/views/partials/header.php b/app/views/partials/header.php
index fd367cc..b4a6b62 100644
--- a/app/views/partials/header.php
+++ b/app/views/partials/header.php
@@ -13,7 +13,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index,follow">
- <link rel="me" href="https://twitter.com/thedroneely">
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/snippets/rss.php'; ?>