Skip to content

Commit 3346b60

Browse files
author
Tim Bannister
committed
Adapt blog section for Docsy
1 parent 932f324 commit 3346b60

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

layouts/blog/baseof.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@
3232
<main class="col-12 col-md-9 col-xl-8 pl-md-5 pr-md-4" role="main"
3333
{{ if .IsPage }}data-pagefind-body data-pagefind-meta="date:{{ $.Date.Format "2006-01-02" }}"{{ end }}
3434
><!-- inside main element -->
35-
{{ block "deprecated" . }}
36-
{{ partial "deprecation-warning.html" . }}
37-
{{ end }}
3835
{{ with .CurrentSection.OutputFormats.Get "rss" -}}
3936
<a class="btn btn-lg -bg-orange td-rss-button d-none d-lg-block" href="{{ .Permalink | safeURL }}" target="_blank">
4037
RSS <i class="fa fa-rss ml-2 "></i>

layouts/blog/list.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
{{ $pageGroups := $pag.PageGroups}}
1313
{{ if eq $pag.PageNumber 1 }}
1414
{{ end }}
15+
{{ partial "deprecation-warning.html" . }}
1516
<div class="row">
1617
<div class="col-12">
1718
{{ range $pageGroups }}

0 commit comments

Comments
 (0)