Use go-chi v5
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
<div class="column is-4-tablet is-8-mobile">
|
||||
<div class="columns is-mobile is-gapless">
|
||||
<div class="column is-narrow">
|
||||
<h1 class="is-size-3 title"><a href="{{ .BaseURL }}" rel="Homepage" class="has-text-black">OIDC Test App</a></h1>
|
||||
<h1 class="is-size-3 title"><a href="{{ .BaseURL }}" rel="Homepage" class="has-text-black">OIDC Tester</a></h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,4 +1,4 @@
|
||||
{{define "title"}}Home | OIDC Test App{{end}}
|
||||
{{define "title"}}Home | OIDC Tester{{end}}
|
||||
{{define "body"}}
|
||||
<section class="home is-fullheight section">
|
||||
<div class="container">
|
||||
|
@ -1,4 +1,4 @@
|
||||
{{define "title"}}Profile | OIDC Test App{{end}}
|
||||
{{define "title"}}Profile | OIDC Tester{{end}}
|
||||
{{define "body"}}
|
||||
<section class="home is-fullheight section">
|
||||
<div class="container">
|
||||
|
Reference in New Issue
Block a user