Hugo-theme-stack/layouts/404.html

7 lines
247 B
HTML
Raw Normal View History

2020-08-22 07:20:08 -04:00
{{ define "main" }}
<div class="not-found-card">
<h1 class="article-title">{{ T "notFoundTitle" }}</h1>
<h2 class="article-subtitle">{{ T "notFoundSubtitle" }}</h2>
</div>
{{ partialCached "footer/footer" . }}
2020-08-22 07:20:08 -04:00
{{ end }}