Sfoglia il codice sorgente

Add todo for hardcoded section navigation on chevron

Jason Tipton 4 anni fa
parent
commit
f1785ac88a
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      layouts/partials/home.html

+ 1 - 0
layouts/partials/home.html

@@ -18,6 +18,7 @@
       <li>{{ . }}</li>
       {{ end }}
     </ul>
+    <!-- @todo this section should go to the first section, not necessarily about -->
     <a href="#about"><i class="arrow bounce fa fa-chevron-down"></i></a>
   </div>
 </div>