blog/themes/shockrah.xyz/layouts/index.html

14 lines
329 B
HTML
Raw Normal View History

2021-08-14 20:46:18 +00:00
<!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>