page_counter_
This commit is contained in:
parent
2c42e35c63
commit
459c572439
2 changed files with 2 additions and 2 deletions
2
main.go
2
main.go
|
@ -136,7 +136,7 @@ func process(_ context.Context, w gemini.ResponseWriter, r *gemini.Request) {
|
|||
log.Fatal(err)
|
||||
return
|
||||
}
|
||||
db.Inc("page_counter" + defaultLang)
|
||||
db.Inc("page_counter_" + defaultLang)
|
||||
|
||||
conn, err := grpc.Dial(
|
||||
fileSrvHost+":"+fileSrvPort,
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{% import "../macros.tpl" category_url, tag_url, text_url, logo %}
|
||||
# Arna alkierios
|
||||
# Arna alkierios [EN]
|
||||
|
||||
Welcome to my capsule in Gemini space. {{ logo() }}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue