File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,23 @@ SPONSORS
36
36
From ep2018 theme sponsors are added automatically if there are in the proper static folder. Folder can be changed in the config.py.
37
37
38
38
```
39
- # DEFAULT VALUE
39
+ #DEFAULT VALUE
40
40
SPONSOR_IMAGES = "media/sponsors"
41
41
```
42
42
43
+ SOCIAL PART
44
+ -----
45
+ Social part is a IFRAME, should be hosted and created somewhere. Last year the social part was created and hosted by @patrick91
46
+
47
+ Source of the Iframe can be easily changed in the config.py file:
48
+
49
+ ```
50
+ #There is no "working" default value.
51
+ SOCIAL_IFRAME_SRC = "http://your_url.com"
52
+ ```
53
+
54
+
55
+
43
56
SETUP
44
57
------
45
58
[ Follow this tutorial] ( https://github.com/PythonSanSebastian/flask-nexttalk/blob/ep2016/SETUP.md )
You can’t perform that action at this time.
0 commit comments