浏览代码

Add todo for hardcoded section navigation on chevron

Jason Tipton 4 年之前
父节点
当前提交
f1785ac88a
共有 1 个文件被更改,包括 1 次插入0 次删除
  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>