File tree Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,6 @@ Thumbs.db
11
11
12
12
# Arquivos temporarios do Gedit
13
13
* ~
14
+
15
+ # Cache files
16
+ cache /*
Original file line number Diff line number Diff line change 35
35
{% block head_js %}{% endblock %}
36
36
37
37
{% include 'analytics.html' %}
38
- // transifex
39
- // < script type ="text/javascript ">
40
- // window.liveSettings = {
41
- // api_key: "f8fd260a9bdc4e9195c80e31416bb254",
42
- // picker: "bottom-right",
43
- // detectlang: true,
44
- // autocollect: true
45
- // };
46
- // </ script >
47
- // < script type ="text/javascript " src ="//cdn.transifex.com/live.js "> </ script >
48
- // end transifex
38
+ <!-- transifex -->
39
+ < script type ="text/javascript ">
40
+ window . liveSettings = {
41
+ api_key : "f8fd260a9bdc4e9195c80e31416bb254" ,
42
+ picker : "bottom-right" ,
43
+ detectlang : true ,
44
+ autocollect : true
45
+ } ;
46
+ </ script >
47
+ < script type ="text/javascript " src ="//cdn.transifex.com/live.js "> </ script >
48
+ <!-- end transifex -->
49
49
< meta name ="google-site-verification " content ="XQc_QtnTecI9nxAfplXGtECCpZQDwbDRcn7pyDVa1LE " />
50
50
</ head >
51
51
You can’t perform that action at this time.
0 commit comments