🐛 Fixed menu active action match error item that it could not use cached function.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<main class="main">
|
||||
<header class="header" itemscope itemtype="http://schema.org/WPHeader">
|
||||
<div class="header-inner">
|
||||
{{- partialCached "header.html" . }}
|
||||
{{- partial "header.html" . }}
|
||||
</div>
|
||||
<!-- Sidebar -->
|
||||
{{- if ne .Site.Params.sidebar.display "remove" }}
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
{{ $paginator := .Paginator.Pages.GroupByDate "2006" }}
|
||||
{{ partial "list.html" $paginator }}
|
||||
|
||||
{{ partial "list.html" $paginator }}
|
||||
Reference in New Issue
Block a user