aboutsummaryrefslogtreecommitdiff
path: root/app/views/partials
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-11-27 00:04:31 -0500
committerThedro Neely <thedroneely@gmail.com>2019-11-27 00:04:31 -0500
commit0ae8704c54d4af453b8ad39b218ae3bfa764e6f5 (patch)
tree172676f6937d04310136cf800e321dcf599d411d /app/views/partials
parente18bd1d376dfe8c2df58b0b13ac173e2b73097df (diff)
downloadthedroneely.com-0ae8704c54d4af453b8ad39b218ae3bfa764e6f5.tar.gz
thedroneely.com-0ae8704c54d4af453b8ad39b218ae3bfa764e6f5.tar.bz2
thedroneely.com-0ae8704c54d4af453b8ad39b218ae3bfa764e6f5.zip
app/views/partials: Add rel=me links
Diffstat (limited to 'app/views/partials')
-rw-r--r--app/views/partials/footer.php4
-rw-r--r--app/views/partials/header.php2
2 files changed, 4 insertions, 2 deletions
diff --git a/app/views/partials/footer.php b/app/views/partials/footer.php
index e4a460d..0ec51e2 100644
--- a/app/views/partials/footer.php
+++ b/app/views/partials/footer.php
@@ -14,9 +14,9 @@
<a class="underline" href="https://www.thedroneely.com/git/explore/repos">Source</a> |
- <a class="underline" href="https://gitlab.com/tdro">Gitlab</a> |
+ <a class="underline" rel="me" href="https://gitlab.com/tdro">Gitlab</a> |
- <a class="underline" href="https://github.com/tdro">Github</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 a57e625..fd367cc 100644
--- a/app/views/partials/header.php
+++ b/app/views/partials/header.php
@@ -13,6 +13,8 @@
<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'; ?>
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/snippets/favicons.php'; ?>