mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-22 15:31:19 -04:00
cache some partials
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<header>
|
||||
<nav>
|
||||
<a class="no-underline" href="{{ .Site.BaseURL }}" id="logo" rel="me author" title="{{ .Site.Title }}" aria-label="{{ .Site.Title }}">
|
||||
{{ partial "logo" . }}
|
||||
{{ partialCached "logo" . }}
|
||||
<h1 id="name">{{ .Site.Title }}</h1>
|
||||
</a>
|
||||
<ul>
|
||||
|
Reference in New Issue
Block a user