mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2024-11-09 21:49:41 +00:00
Make the message variable in gandalf_forbid layout
This commit is contained in:
parent
0283cec940
commit
3d3e0b0d23
|
@ -2,3 +2,4 @@
|
|||
title: 401 Unauthorized
|
||||
layout: gandalf_forbid
|
||||
---
|
||||
You shall not pass!
|
||||
|
|
|
@ -2,3 +2,4 @@
|
|||
title: 403 Forbidden
|
||||
layout: gandalf_forbid
|
||||
---
|
||||
You shall not pass!
|
||||
|
|
|
@ -2,3 +2,4 @@
|
|||
title: 405 Method Not Allowed
|
||||
layout: gandalf_forbid
|
||||
---
|
||||
You shall not pass!
|
||||
|
|
|
@ -2,3 +2,4 @@
|
|||
title: 407 Proxy Authentication Required
|
||||
layout: gandalf_forbid
|
||||
---
|
||||
You shall not pass!
|
||||
|
|
|
@ -2,3 +2,4 @@
|
|||
title: 410 Gone
|
||||
layout: missing
|
||||
---
|
||||
You shall not pass!
|
||||
|
|
|
@ -2,3 +2,4 @@
|
|||
title: 429 Too Many Requests
|
||||
layout: gandalf_forbid
|
||||
---
|
||||
You shall not pass!
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
{{ define "main" }}
|
||||
<div id="main" class="wrapper_forbid">
|
||||
<h1>{{ .Title }}</h1>
|
||||
<p>You shall not pass!</p>
|
||||
<p>{{ .Content }}</p>
|
||||
|
||||
<svg
|
||||
viewbox="0 0 100 150"
|
||||
|
|
Loading…
Reference in a new issue