all repos — website @ 59f7dd0e8ba11c542d785067ff89d4b5b3509389

personal website hosted at prithu.xyz, built using hugo

layouts/snippets/list.html

1 2 3 4 5 6 7 8 9 10 11
{{ partial "head.html" . }}
<body>
  {{ partial "nav.html" }}
</body>
  <div class='container'>
    <div class='post-text'>
      {{ .Content }}
    </div>
  </div>
</html>