new 404 page
parent
36895421ba
commit
73d02725f0
@ -1,4 +1,12 @@
|
||||
<div class="alert alert-danger">
|
||||
<strong>{path} [[global:404.title]]</strong>
|
||||
<p>{{{ if error }}}{error}{{{ else }}}[[global:404.message, {config.relative_path}]]{{{ end }}}</p>
|
||||
</div>
|
||||
<div class="flex-fill">
|
||||
<h2 class="fw-semibold tracking-tight text-center">[[global:404.title]]</h2>
|
||||
|
||||
<div class="mx-auto">
|
||||
<div class="d-flex flex-column gap-3 justify-content-center text-center">
|
||||
<div class="mx-auto p-4 bg-light border rounded">
|
||||
<i class="text-secondary fa fa-fw fa-4x {{{ if icon }}}{icon}{{{ else }}}fa-otter{{{ end }}}"></i>
|
||||
</div>
|
||||
{{{ if error }}}{error}{{{ else }}}[[global:404.message, {config.relative_path}]]{{{ end }}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,12 +1,7 @@
|
||||
<div class="outgoing d-flex flex-column gap-3">
|
||||
<!-- IMPORT partials/breadcrumbs.tpl -->
|
||||
<div class="card card-header p-3 border-0 shadow-none mb-3 gap-2">
|
||||
<h4>
|
||||
[[notifications:outgoing_link_message, {title}]]
|
||||
</h4>
|
||||
<div class="d-flex flex-column gap-2">
|
||||
<a href="{outgoing}" rel="nofollow noopener noreferrer" class="btn btn-primary text-truncate">[[notifications:continue_to, {outgoing}]]</a>
|
||||
<a href="#" class="btn btn-warning" onclick="history.back(); return false;">[[notifications:return_to, {title}]]</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="outgoing d-flex flex-column gap-3 align-items-center">
|
||||
<h4>
|
||||
[[notifications:outgoing_link_message, {title}]]
|
||||
</h4>
|
||||
<a href="{outgoing}" rel="nofollow noopener noreferrer" class="btn btn-primary">[[notifications:continue_to, {outgoing}]]</a>
|
||||
<a href="#" class="btn btn-warning" onclick="history.back(); return false;">[[notifications:return_to, {title}]]</a>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue