diff options
author | Oscar Najera <hi@oscarnajera.com> | 2024-12-27 23:55:52 +0100 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2024-12-27 23:55:52 +0100 |
commit | c3165152de86b046f82252885907863e469e1066 (patch) | |
tree | d4f01a245bb047d0e52e020825ed63f4edde2aeb /layouts/_default/about.html | |
parent | 2667cd02c159022ddaa38705538f60c79a547459 (diff) | |
download | hugo-minimalist-theme-c3165152de86b046f82252885907863e469e1066.tar.gz hugo-minimalist-theme-c3165152de86b046f82252885907863e469e1066.tar.bz2 hugo-minimalist-theme-c3165152de86b046f82252885907863e469e1066.zip |
Delete about page as author replaces it
Diffstat (limited to 'layouts/_default/about.html')
-rw-r--r-- | layouts/_default/about.html | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/layouts/_default/about.html b/layouts/_default/about.html deleted file mode 100644 index c660941..0000000 --- a/layouts/_default/about.html +++ /dev/null @@ -1,25 +0,0 @@ -{{ define "hero" }} - {{ partial "hero.html" . }} -{{ end }} - -{{ define "main" }} - {{ range .Pages }} - <div class="stripe-dark"> - <div class="mw7 center pv2 lh-copy f4-ns ph1"> - <h2 - id="{{ anchorize .Title | safeURL }}" - class="baskerville lh-title f2" - > - {{ .Title }} - </h2> - {{ with .Content }} - <div class="main-content">{{ . }}</div> - {{ end }} - - {{ range where site.RegularPages "Type" "eq" .Params.subsection }} - {{ partial "post.html" . }} - {{ end }} - </div> - </div> - {{ end }} -{{ end }} |