diff options
Diffstat (limited to '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>  | 
