typographical 1.1.9 → 1.1.10
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 +0 -19
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 76f1b4487e5c4460c28af9c7b79d7476a1fc5d5f0f35f01ec62c83a9276f68bd
|
4
|
+
data.tar.gz: 471399df2016c687eafe702d6eb9c3680979790d6f6789c89d7e7c148678ef34
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0d0203de72d90bf52e6bda7e07636ee2704b6ce5f776ac19a9d089f8e9f5ca276fecab3b58efe064834c0ffc2d663b05624826180ac06d2d9c07ce7a6ff7c155
|
7
|
+
data.tar.gz: fc7fff2da62a8630bdde3c2c1d45a14c18a476e95326e45f5f6439dfce7775d9cbef89ba5d7c89880448fef17ebfb8fb39e52eaca4a5fde11803aed0ee42216e
|
data/_includes/head.html
CHANGED
@@ -8,25 +8,6 @@
|
|
8
8
|
<link href="https://fonts.googleapis.com/css?family=Alegreya+SC|Alegreya+Sans:800|Alegreya:400,400i&subset=latin-ext" rel="stylesheet">
|
9
9
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.1/css/all.css" integrity="sha384-gfdkjb5BdAXd+lj+gudLWI+BXq4IuLW5IT+brZEZsLFm++aCMlF1V92rMkPaX4PP" crossorigin="anonymous">
|
10
10
|
|
11
|
-
<!-- Hyphenopoly -->
|
12
|
-
<script>
|
13
|
-
var Hyphenopoly = {
|
14
|
-
require: {
|
15
|
-
"en": "Supercalifragilisticexpialidocious"
|
16
|
-
},
|
17
|
-
paths: {
|
18
|
-
maindir: "/assets/hyphenopoly/",
|
19
|
-
patterndir: "/assets/hyphenopoly/patterns/",
|
20
|
-
},
|
21
|
-
setup: {
|
22
|
-
selectors: {
|
23
|
-
"body": {}
|
24
|
-
}
|
25
|
-
}
|
26
|
-
};
|
27
|
-
</script>
|
28
|
-
<script src="/assets/hyphenopoly/Hyphenopoly_Loader.js"></script>
|
29
|
-
|
30
11
|
<!-- Favicon -->
|
31
12
|
<link rel="icon" type="image/png" sizes="32x32" href="{{ "/assets/favicon-32x32.png" | relative_url }}">
|
32
13
|
<link rel="icon" type="image/png" sizes="16x16" href="{{ "/assets/favicon-16x16.png" | relative_url }}">
|