| Index: pages/index.html |
| =================================================================== |
| --- a/pages/index.html |
| +++ b/pages/index.html |
| @@ -39,8 +39,17 @@ |
| </div> |
| </div> |
| </div> |
| </div> |
| <div id="media" class="content-block"> |
| <? include index/media ?> |
| </div> |
| + |
| +<script type="application/ld+json"> |
|
juliandoucette
2017/12/18 13:21:59
See first comment in default.tmpl
ire
2017/12/20 08:25:59
Acknowledged.
|
| + { |
| + "@context": "http://schema.org", |
| + "@type": "Organization", |
|
juliandoucette
2017/12/18 13:21:59
TOL: Now that we are defining Organization meta da
juliandoucette
2017/12/18 13:21:59
TOL: We could define this in python (e.g. meta dat
ire
2017/12/20 08:25:59
- Yes there are already other issues for adding mo
ire
2017/12/20 08:25:59
Sorry, I don't quite understand. Since the data wi
juliandoucette
2017/12/20 11:50:16
We could define a global macrodata object, extend
ire
2018/01/03 14:01:18
Ack. Agreed.
|
| + "url": "{{ config.get("general", "siteurl") }}", |
| + "logo": "{{ config.get("general", "siteurl") }}/images/logo-3x.png" |
| + } |
| +</script> |