all repos — website @ master

personal website hosted at prithu.xyz, built using hugo

layouts/snippets/list.html

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

{{ partial "footer.html" . }}