krad 3.3.2 → 3.3.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/head.html +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 53ef20dc6c76e90cdbf05ae8a601dc077fdd8b4c
|
4
|
+
data.tar.gz: 73d89296a9ba555961e3837e836ae119139990ec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a576894835ed2a683c5c7d52a3f95353b6e032f25199ee93dea695a4c49b4b036a706660fe99757fb217ff5ea14269fe81d05547d85984d7260b86024f436057
|
7
|
+
data.tar.gz: aadc063f561267164bdd79a6b870af4663dd2ff27c69892847f1edd5025faa4704e1b55ab45b4e01ba94d5777b013d1087ce0e170b7d3177c102b2bdf44fb311
|
data/_includes/head.html
CHANGED
@@ -32,4 +32,5 @@
|
|
32
32
|
<link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
|
33
33
|
<!-- RSS -->
|
34
34
|
<link rel="alternate" type="application/atom+xml" title="{{ site.title }}" href="{{ "/feed.xml" | absolute_url }}">
|
35
|
+
{% include analyticstracking.html %}
|
35
36
|
</head>
|