mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-02-04 05:09:19 +00:00
Change version to 1.9.0
This commit is contained in:
parent
ae4a8aeb4e
commit
b87ed40425
2
main.go
2
main.go
@ -33,7 +33,7 @@ func main() {
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
||||
log.Println("Running Mycorrhiza Wiki 1.8.2")
|
||||
log.Println("Running Mycorrhiza Wiki 1.9.0")
|
||||
if err := os.Chdir(files.HyphaeDir()); err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
@ -44,7 +44,7 @@ const aboutTemplateString = `<div class="layout">
|
||||
<section>
|
||||
<h1>{{ printf (get .L.Title) .Cfg.WikiName }}</h1>
|
||||
<ul>
|
||||
<li><b>{{ get .L.Version }}</b> 1.8.2</li>
|
||||
<li><b>{{ get .L.Version }}</b> 1.9.0</li>
|
||||
{{ if .Cfg.UseAuth }}
|
||||
<li><b>{{ get .L.UserCount }}</b> {{ .UserCount }}</li>
|
||||
<li><b>{{ get .L.HomePage }}</b> <a href="/">{{ .Cfg.HomeHypha }}</a></li>
|
||||
|
Loading…
Reference in New Issue
Block a user