We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 589d9e0 commit fd2c209Copy full SHA for fd2c209
templates/base.jade
@@ -98,6 +98,20 @@ html(lang="en")
98
var data = {};
99
pycascades.start(data);
100
101
+ block seo
102
+ script(type="application/ld+json").
103
+ {
104
+ "@context" : "http://schema.org",
105
+ "@type" : "Organization",
106
+ "name" : "PyCascades",
107
+ "url" : "https://2021.pycascades.com",
108
+ "sameAs" : [
109
+ "https://twitter.com/pycascades",
110
+ "https://www.instagram.com/pycascades",
111
+ "https://www.linkedin.com/company/pycascades"
112
+ ]
113
+ }
114
+
115
block analytics
116
{% set GOOGLE_ANALYTICS_ID = bag('pycascades.GOOGLE_ANALYTICS_ID') %}
117
{% if envvars('IS_LIVE') and GOOGLE_ANALYTICS_ID %}
0 commit comments