mirror of
https://github.com/danpros/htmly.git
synced 2026-04-17 19:26:08 +05:30
Allow multiple site.urls. See #549
If you upload an image on one of the sites, change the image address to relative path.
This commit is contained in:
parent
6b2922e9a1
commit
90759d673c
4 changed files with 52 additions and 6 deletions
|
|
@ -132,6 +132,9 @@ generation.time = "false"
|
|||
; Switch on and off the cache timestamp. Options "false" and "true"
|
||||
cache.timestamp = "false"
|
||||
|
||||
; The site.url depends on where you are visiting from. Same installation
|
||||
multi.site = "false"
|
||||
|
||||
; Set the theme here
|
||||
views.root = "themes/twentyfifteen"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue