mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-13 01:57:28 -05:00
Add caching to some partials that don't change much
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
{{ .Text | safeHTML }}
|
||||
<a href="#{{ .Anchor | safeURL }}">
|
||||
<span class="section-header-link">
|
||||
{{ partial "icon.html" "link" }}
|
||||
{{ partialCached "icon.html" "link" "link" }}
|
||||
</span>
|
||||
</a>
|
||||
</h{{ .Level }}>
|
||||
|
Reference in New Issue
Block a user