diff options
| author | Alex Scerba <alex@scerba.org> | 2025-09-18 10:40:11 -0500 | 
|---|---|---|
| committer | Alex Scerba <alex@scerba.org> | 2025-09-18 10:40:11 -0500 | 
| commit | 863bcabf35347fbd1e7000ceb0658dae0ce9bb2c (patch) | |
| tree | 9c09ed169bdef5a3c8bed0481d5a86597e21f2b0 /html | |
| parent | 9e93eb48ecd3c605b653a1de147a916c899ec7c1 (diff) | |
Isolate blog post article for styling
Diffstat (limited to 'html')
| -rw-r--r-- | html/post.tmpl.html | 6 | 
1 files changed, 1 insertions, 5 deletions
diff --git a/html/post.tmpl.html b/html/post.tmpl.html index a7b3f57..4c96506 100644 --- a/html/post.tmpl.html +++ b/html/post.tmpl.html @@ -3,11 +3,7 @@  {{ define "keywords" }}blog{{end}}  {{ define "main" }} -<section> -    <div class="main-bg"> -      <h1>Blog</h1> -      <p>A collection of thoughts, life updates, projects, and images.</p> -    </div> +<section id="post">      <div class="return">          <a href="/blog">< Return</a>      </div>  | 
