diff --git a/v2/templates/index.html b/v2/templates/index.html
index 28f8dba..ba8273d 100644
--- a/v2/templates/index.html
+++ b/v2/templates/index.html
@@ -35,17 +35,15 @@
 
       <ul class="projects">
         <li>
-          <a href="https://github.com/wezm/feedlynx" class="no-border">
-            <img src="{{ config.base_url }}/images/feedlynx.svg" width="32" alt="">
+          <a href="https://github.com/wezm/feedlynx">
+            <img src="{{ config.base_url }}/images/feedlynx.svg" width="32" alt="">Feedlynx
           </a>
-          <a href="https://github.com/wezm/feedlynx">Feedlynx</a>
           <p>Collect links to read or watch later in an RSS feed.</p>
         </li>
         <li>
-          <a href="https://github.com/wezm/rsspls" class="no-border">
-            <span class="emoji-img">📰</span>
+          <a href="https://github.com/wezm/rsspls">
+            <span class="emoji-img">📰</span>RSS Please
           </a>
-          <a href="https://github.com/wezm/rsspls">RSS Please</a>
           <p>Generate RSS feeds from web pages.</p>
         </li>
         <li>
@@ -61,10 +59,9 @@
           <p>Font parser, shaping engine, and subsetter implemented in Rust.</p>
         </li>
         <li>
-          <a href="https://github.com/wezm/git-grab" class="no-border">
-            <span class="emoji-img">⤵️</span>
+          <a href="https://github.com/wezm/git-grab">
+            <span class="emoji-img">⤵️</span>Git Grab
           </a>
-          <a href="https://github.com/wezm/git-grab">Git Grab</a>
           <p>Clone a git repository into a standard location organised by domain and path.</p>
         </li>
         <li>