blog/themes/shockrah.xyz/layouts/index.html
2021-08-14 13:46:18 -07:00

14 lines
329 B
HTML

<!DOCTYPE html>
<html lang="en">
{{- partial "head.html" . -}}
<body>
{{- partial "header.html" . -}}
<div id="main">
<div id="content">
<!-- This is where we grab all the posts with their heaers and shit -->
<!-- Title | date | description is all we want from each post -->
</div>
</div>
</body>
</html>