briuh 1
This commit is contained in:
parent
884226efdc
commit
ee9ae352a8
4
main.go
4
main.go
|
@ -331,10 +331,6 @@ func generateEngine() *gin.Engine {
|
|||
|
||||
r.Any("/blog/*url", blogRedirect)
|
||||
|
||||
r.GET("/help", func(c *gin.Context) {
|
||||
c.Redirect(301, "https://support.ripple.moe")
|
||||
})
|
||||
|
||||
loadSimplePages(r)
|
||||
|
||||
r.NoRoute(notFound)
|
||||
|
|
25
templates/help.html
Normal file
25
templates/help.html
Normal file
|
@ -0,0 +1,25 @@
|
|||
{{/*###
|
||||
Handler=/help
|
||||
TitleBar=Contact support
|
||||
KyutGrill=help.jpg
|
||||
*/}}
|
||||
{{ define "tpl" }}
|
||||
<div class="ui container">
|
||||
<div class="ui segments">
|
||||
<div class="ui segment">
|
||||
<p>
|
||||
{{ .T "If you need to get in touch with our support team (our Community Managers), you will need to either send an email to our support email address, or join our <a href='https://discord.gg/mT2EsD8'>Discord Server</a>. You can compose an email to it by clicking the button at the bottom of this page." | html }}
|
||||
</p>
|
||||
<p>
|
||||
{{ .T "When contacting the support mail, please make sure to <b>send the email from the email address you signed up on Akatsuki with</b>." | html }}
|
||||
</p>
|
||||
</div>
|
||||
<div class="ui right aligned segment">
|
||||
<a class="ui right labeled blue icon button" href="mailto:support@yozora.pw">
|
||||
<i class="right arrow icon"></i>
|
||||
{{ .T "Do be warned though, our email is rarely checked as we handle most support via the Discord server." }}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
Loading…
Reference in New Issue
Block a user