Showing Abner changes
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
{{ define "main" }}
|
||||
{{ partial "page-header" . }}
|
||||
|
||||
{{ partial "page-header-rss" . }}
|
||||
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
@@ -19,6 +18,9 @@
|
||||
</div>
|
||||
<!-- sidebar -->
|
||||
<div class="lg:col-4">
|
||||
{{ if .Params.newsletter_signup }}
|
||||
{{ partial "components/newsletter_signup.html" .}}
|
||||
{{ end }}
|
||||
<!-- widget -->
|
||||
{{ $widget:= site.Params.widgets.sidebar }}
|
||||
{{ partialCached "widgets/widget-wrapper" ( dict "Widgets" $widget "Scope" . ) }}
|
||||
|
||||
Reference in New Issue
Block a user