mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-01-20 23:36:51 +00:00
Update version
This commit is contained in:
parent
33448893ec
commit
74099922a3
2
main.go
2
main.go
@ -32,7 +32,7 @@ func main() {
|
|||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Println("Running Mycorrhiza Wiki 1.8.0")
|
log.Println("Running Mycorrhiza Wiki 1.8.2")
|
||||||
if err := os.Chdir(files.HyphaeDir()); err != nil {
|
if err := os.Chdir(files.HyphaeDir()); err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
}
|
}
|
||||||
|
@ -286,7 +286,7 @@ sort.Strings(editors)
|
|||||||
<section>
|
<section>
|
||||||
<h1>{%s lc.Get("ui.about_title", &l18n.Replacements{"name": cfg.WikiName}) %}</h1>
|
<h1>{%s lc.Get("ui.about_title", &l18n.Replacements{"name": cfg.WikiName}) %}</h1>
|
||||||
<ul>
|
<ul>
|
||||||
<li><b>{%s= lc.Get("ui.about_version", &l18n.Replacements{"pre": "<a href=\"https://mycorrhiza.wiki\">", "post": "</a>"}) %}</b> 1.8.0</li>
|
<li><b>{%s= lc.Get("ui.about_version", &l18n.Replacements{"pre": "<a href=\"https://mycorrhiza.wiki\">", "post": "</a>"}) %}</b> 1.8.2</li>
|
||||||
{%- if cfg.UseAuth -%}
|
{%- if cfg.UseAuth -%}
|
||||||
<li><b>{%s lc.Get("ui.about_usercount") %}</b> {%dul user.Count() %}</li>
|
<li><b>{%s lc.Get("ui.about_usercount") %}</b> {%dul user.Count() %}</li>
|
||||||
<li><b>{%s lc.Get("ui.about_homepage") %}</b> <a href="/">{%s cfg.HomeHypha %}</a></li>
|
<li><b>{%s lc.Get("ui.about_homepage") %}</b> <a href="/">{%s cfg.HomeHypha %}</a></li>
|
||||||
|
@ -1111,7 +1111,7 @@ func StreamAboutHTML(qw422016 *qt422016.Writer, lc *l18n.Localizer) {
|
|||||||
//line views/stuff.qtpl:289
|
//line views/stuff.qtpl:289
|
||||||
qw422016.N().S(lc.Get("ui.about_version", &l18n.Replacements{"pre": "<a href=\"https://mycorrhiza.wiki\">", "post": "</a>"}))
|
qw422016.N().S(lc.Get("ui.about_version", &l18n.Replacements{"pre": "<a href=\"https://mycorrhiza.wiki\">", "post": "</a>"}))
|
||||||
//line views/stuff.qtpl:289
|
//line views/stuff.qtpl:289
|
||||||
qw422016.N().S(`</b> 1.8.0</li>
|
qw422016.N().S(`</b> 1.8.2</li>
|
||||||
`)
|
`)
|
||||||
//line views/stuff.qtpl:290
|
//line views/stuff.qtpl:290
|
||||||
if cfg.UseAuth {
|
if cfg.UseAuth {
|
||||||
|
Loading…
Reference in New Issue
Block a user