about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-10-26 19:02:36 -0700
committerFranck Cuny <franck@fcuny.net>2022-10-26 19:09:44 -0700
commit39acc8b49e97dbf4c07cd41fe91470b92e269e46 (patch)
tree3d8356ec47381414f4c2e44f0115114696a019c5
parentcontent: add the notes back (diff)
downloadfcuny.net-39acc8b49e97dbf4c07cd41fe91470b92e269e46.tar.gz
ref(layout): remove the list of post from the main page
-rw-r--r--layouts/index.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 38520ef..494239b 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -6,15 +6,6 @@
 
   <p>My general interests are in building sustainable teams, improving the management and operation of large infrastructure, and work with different teams to implement best practices around reliability and security.</p>
 
-  <h2>Posts</h2>
-  <ul>
-  {{- $pages := where site.RegularPages "Type" "in" site.Params.mainSections }}
-  {{ range $pages }}
-  {{- $fmt := "2006-01-02" }}
-  <li class="post-permalink"><span class="post-date" >{{ .Date.Format $fmt | safeHTML }}</span>, <a href="{{ .Permalink }}">{{ .Title }}</a></li>
-  {{ end }}
-  </ul>
-
 </article>
 
 {{ end }}