logo

drewdevault.com

[mirror] blog and personal website of Drew DeVault git clone https://hacktivis.me/git/mirror/drewdevault.com.git

section.html (275B)


  1. <!doctype html>
  2. <html lang="en">
  3. <meta charset="utf-8" />
  4. <title>{{.Title}}</title>
  5. {{ $style := resources.Get "main.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }}
  6. <link rel="stylesheet" href="{{ $style.RelPermalink }}">
  7. <main>
  8. {{.Content}}
  9. </main>