Skip to content

Commit 0b7d3e8

Browse files
committed
Merge pull request #183 from igr-santos/pelican
melhorias
2 parents a129931 + 3fdd54a commit 0b7d3e8

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ Thumbs.db
1111

1212
# Arquivos temporarios do Gedit
1313
*~
14+
15+
# Cache files
16+
cache/*

theme/templates/base.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@
3535
{% block head_js %}{% endblock %}
3636

3737
{% 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 -->
4949
<meta name="google-site-verification" content="XQc_QtnTecI9nxAfplXGtECCpZQDwbDRcn7pyDVa1LE" />
5050
</head>
5151

0 commit comments

Comments
 (0)