mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-08 17:15:56 +01:00
Fixed the active colouring by removing bad caching
This commit is contained in:
parent
0ccb6b6044
commit
4168e59ab3
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
{{ end }}
|
||||
|
||||
<div class="container">
|
||||
{{ partialCached "header.html" . }}
|
||||
{{ partial "header.html" . }}
|
||||
|
||||
<div class="content">
|
||||
{{ block "main" . }}{{ end }}
|
||||
|
|
Loading…
Reference in a new issue