redesign 2023
This commit is contained in:
19
themes/FixIt/layouts/offline/single.html
Normal file
19
themes/FixIt/layouts/offline/single.html
Normal file
@ -0,0 +1,19 @@
|
||||
{{- define "title" -}}
|
||||
{{- T "offlineTitle" }} - {{ .Site.Title -}}
|
||||
{{- end -}}
|
||||
|
||||
{{- define "content" -}}
|
||||
<article class="page" id="content-offline">
|
||||
<div class="header">
|
||||
<h1 class="offline-title animate__animated animate__pulse animate__faster">{{- T "offlineTitle" -}}</h1>
|
||||
<p class="offline-subtitle animate__animated animate__headShake">
|
||||
<i class="fa-stack fa-xs" aria-hidden="true">
|
||||
<i class="fa-solid fa-wifi fa-stack-1x" aria-hidden="true"></i>
|
||||
<i class="fa-solid fa-ban fa-stack-2x" aria-hidden="true"></i>
|
||||
</i>
|
||||
<span>ERROR_INTERNET_DISCONNECTED</span>
|
||||
</p>
|
||||
</div>
|
||||
<p class="error-text">{{- T "offlineText" -}}</p>
|
||||
</article>
|
||||
{{- end -}}
|
Reference in New Issue
Block a user