diff options
| author | Alex Scerba <alex@scerba.org> | 2025-09-18 10:47:40 -0500 | 
|---|---|---|
| committer | Alex Scerba <alex@scerba.org> | 2025-09-18 10:47:40 -0500 | 
| commit | 0dbbf2cc8a8115a6fc1cd2210e662e93a560012e (patch) | |
| tree | 2a399a1f61146c8ca7f2aced55d8a0ac0aedf7ab /html/blog2.tmpl.html | |
| parent | ed733cb60fd52959fe3fffed948faacd212339f7 (diff) | |
Convert to new styling classes for divider and article.
Diffstat (limited to 'html/blog2.tmpl.html')
| -rw-r--r-- | html/blog2.tmpl.html | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/html/blog2.tmpl.html b/html/blog2.tmpl.html index c719b88..6687bf3 100644 --- a/html/blog2.tmpl.html +++ b/html/blog2.tmpl.html @@ -26,8 +26,8 @@          <p><a href="/blog/{{ .File }}"><b>{{ .Date }}</b> | {{ .Title }}</a></p>  {{ end }}        </div> -      <hr style="margin-top: 2rem; border-top: 3em solid black;"> -      <div class="main-bg" style="margin-top: 1.75rem;"> +      <hr class="divider"> +      <div class="main-bg stack-margin">          <h2 class="article-h2" id="archive">Archive</h2>          <p>Works from my last revision of scerba.org</p>        </div> @@ -36,8 +36,8 @@          <p><a href="/archive/{{ .File }}"><b>{{ .Date }}</b> | {{ .Title }}</a></p>  {{ end }}        </div> -      <hr style="margin-top: 2rem; border-top: 3em solid black;"> -      <div class="main-bg" style="margin-top: 1.75rem;"> +      <hr class="divider"> +      <div class="main-bg stack-margin">          <h2 class="article-h2" id="extended-archive">Extended Archive</h2>          <p>See my original blog at <a href="https://old.scerba.org/html/blog.html" target="_blank" rel="noopener noreferrer">old.scerba.org</a></p>        </div>  | 
