aboutsummaryrefslogtreecommitdiff
path: root/app/views/index.view.php
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/index.view.php
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/index.view.php')
-rw-r--r--app/views/index.view.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/index.view.php b/app/views/index.view.php
index a555a00..b7636c1 100644
--- a/app/views/index.view.php
+++ b/app/views/index.view.php
@@ -62,7 +62,7 @@
<input type="checkbox" id="posts" class="marginnote-toggle">
<span class="marginnote rightnote">
- See an archive of all posts <a class="underline" href="/posts/archive/">here.</a>
+ See an archive of all posts <a href="/posts/archive/">here.</a>
</span>
<?php
@@ -87,7 +87,7 @@
<input type="checkbox" id="projects" class="marginnote-toggle">
<span class="marginnote rightnote">
- See an archive of all projects <a class="underline" href="/projects/archive/">here.</a>
+ See an archive of all projects <a href="/projects/archive/">here.</a>
</span>
<?php