aboutsummaryrefslogtreecommitdiff
path: root/app/views/partials
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-06-05 22:03:02 -0400
committerThedro Neely <thedroneely@gmail.com>2021-06-05 22:03:02 -0400
commit3d1b762176f412766afca0b269158bd7b7c94a76 (patch)
tree27b26ae4376758ac4b527bb9ca76ae92f4dc69f2 /app/views/partials
parent9b53e8c0d5002a808d1eea9485041e8f38259c65 (diff)
downloadthedroneely.com-3d1b762176f412766afca0b269158bd7b7c94a76.tar.gz
thedroneely.com-3d1b762176f412766afca0b269158bd7b7c94a76.tar.bz2
thedroneely.com-3d1b762176f412766afca0b269158bd7b7c94a76.zip
app/views: Remove unused underline class
Diffstat (limited to 'app/views/partials')
-rw-r--r--app/views/partials/footer.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/views/partials/footer.php b/app/views/partials/footer.php
index b43980c..912a08f 100644
--- a/app/views/partials/footer.php
+++ b/app/views/partials/footer.php
@@ -7,17 +7,17 @@
<p class="has-text-grey-dark is-size-7">
- <a class="underline" href="/posts/rss.xml">RSS Feed</a> |
+ <a href="/posts/rss.xml">RSS Feed</a> |
- <a class="underline" href="/resume">Resume</a> |
+ <a href="/resume">Resume</a> |
- <a class="underline" rel="me" href="https://gitlab.com/tdro">Gitlab</a> |
+ <a rel="me" href="https://gitlab.com/tdro">Gitlab</a> |
- <a class="underline" rel="me" href="https://github.com/tdro">Github</a> |
+ <a rel="me" href="https://github.com/tdro">Github</a> |
- <a class="underline" href="/analytics">Analytics</a> |
+ <a href="/analytics">Analytics</a> |
- <a class="underline" href="#">Back To Top</a>
+ <a href="#">Back To Top</a>
</p>