Menu for navigation on mobile fix
This commit is contained in:
parent
03e2367a68
commit
0473633174
10
README.md
10
README.md
|
@ -1,4 +1,4 @@
|
||||||
\## simplyOpen ##
|
## simplyOpen ##
|
||||||
|
|
||||||
## Screenshot
|
## Screenshot
|
||||||
|
|
||||||
|
@ -50,14 +50,14 @@ Configuration in pelicanconf.py:
|
||||||
# License (choose one)
|
# License (choose one)
|
||||||
LICENSE = 'CC-BY-SA', 'CC-BY', 'CC-BY-NC', 'CC-BY-NC-SA', 'ALL RIGHTS RESERVED'
|
LICENSE = 'CC-BY-SA', 'CC-BY', 'CC-BY-NC', 'CC-BY-NC-SA', 'ALL RIGHTS RESERVED'
|
||||||
|
|
||||||
FEDERATION_TIMELINE = (('domain','https://loma.ml'), # Activate Apache headers module:
|
# For federation timeline activate Apache headers module:
|
||||||
|
|
||||||
# a2enmod headers
|
# a2enmod headers
|
||||||
|
|
||||||
# CORS headers must be set at the Friendica server, add the following to .htaccess
|
# CORS headers must be set at the Friendica server, add the following to .htaccess
|
||||||
# Header add Access-Control-Allow-Origin "https://myblog.com"
|
# Header add Access-Control-Allow-Origin "https://myblog.com"
|
||||||
# Header add Access-Control-Allow-Methods: "GET"
|
# Header add Access-Control-Allow-Methods: "GET"
|
||||||
|
|
||||||
|
FEDERATION_TIMELINE = (('domain','https://loma.ml'),
|
||||||
('user','startrek'),
|
('user','startrek'),
|
||||||
('max','5'),
|
('max','5'),
|
||||||
('type','user'), # could be 'group' to follow a group
|
('type','user'), # could be 'group' to follow a group
|
||||||
|
|
Loading…
Reference in a new issue