Rebuild site with Hugo: unified dark theme, SVG logo, data-driven content
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{{ define "body" }}
|
||||
<section class="error-page">
|
||||
<div class="error-content">
|
||||
<img src="{{ .Site.Params.logo }}" alt="Logo" class="error-logo" width="120" height="120">
|
||||
<h1>404</h1>
|
||||
<p>请求的页面未找到</p>
|
||||
<p class="error-hint">请检查 URL 是否正确</p>
|
||||
<a href="/" class="btn btn-primary">返回主页</a>
|
||||
</div>
|
||||
</section>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user