]> Sergey Matveev's repositories - sgblog.git/blobdiff - cmd/sgblog/main.go
Images support
[sgblog.git] / cmd / sgblog / main.go
index a95de7a656ca31107487dff3e28eb3836429e72c..a7613021a61eb2491f66af3af73682fdb85a0885 100644 (file)
@@ -1,6 +1,6 @@
 /*
 SGBlog -- Git-backed CGI/UCSPI blogging/phlogging/gemlogging engine
-Copyright (C) 2020-2022 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2020-2023 Sergey Matveev <stargrave@stargrave.org>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU Affero General Public License as
@@ -81,6 +81,9 @@ type Cfg struct {
        TopicsCachePath string
 
        GopherDomain string
+
+       ImgPath   string
+       ImgDomain string
 }
 
 func msgSplit(msg string) []string {