redstrate.com/themes/red/layouts/404.html

9 lines
410 B
HTML
Raw Normal View History

{{ define "main" }}
2023-04-12 18:21:07 -04:00
<p style="float: left">Page not found!</p>
2023-04-12 18:21:07 -04:00
{{ with resources.Get "404.webp" }}
{{ $alt_text := "Sakura is confused about where the page went, or maybe where you shouldn't go." }}
<img title="{{ $alt_text }}" alt="{{ $alt_text }}" style="width: 40%; height: auto; float: right" width="{{ .Width }}" height="{{ .Height }}" src="{{ .RelPermalink }}"/>
{{ end }}
{{ end }}