performance tweaks
This commit is contained in:
parent
c512e8f8e2
commit
bfb8c020f8
7 changed files with 10 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
{{ define "stylesheet" }}{{ $scss := resources.Get "projects/list.scss" }}{{ $style := $scss | resources.ToCSS }}
|
||||
<link rel="stylesheet" href="{{ $style.Permalink }}" type="text/css" media="screen" />
|
||||
<link rel="stylesheet" href="{{ $style.Permalink }}" type="text/css" media="screen" rel="preload" />
|
||||
{{ end }}
|
||||
|
||||
{{ define "main" }}
|
||||
|
@ -18,7 +18,7 @@
|
|||
<h1>{{ .Title }}</h1>
|
||||
<p class="" title="last change: {{ .Date.Format "2 Jan 2006" }}">{{ with .Params.activetime }}<span class="date">{{ . }}</span>{{ end }} {{ with .Params.status }}<span class="status">{{ . }}</span>{{ end }}</p>
|
||||
{{ with .Description }}<p>{{ . }}</p>{{ end }}
|
||||
<img {{ with .Params.featured_image }}src="{{ . | relURL }}"{{ end }}>
|
||||
<img {{ with .Params.featured_image }}src="{{ . | relURL }}"{{ end }} loading="lazy">
|
||||
</article>
|
||||
</a>
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue