intia-theme 0.1.11 → 0.1.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_includes/contact.html +4 -6
- 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: a8669769ba7066d73a60076f7ae616c64ff29130ba0325ed44d1f4640c1bc1ee
|
|
4
|
+
data.tar.gz: 67c715c276ad0f4fb60293a607afee265a850a91d45f5bd301fea2cc7acd99c9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8e52fc65a5da0ca117e95b220b7cd2e721230800c0684b2dc8df02032b5bf6653785ac6164625a779aa9af6eaaa5513c98d39fd549d1a7b4e86f96e2ef27885b
|
|
7
|
+
data.tar.gz: 45befe3feb7d858cbb86fddf71078beb62435d5d44ba265f866204a9486bf81558a96a760b6ceccff60dc0a910b7ebdd571c8d7515550bf79acb56d8fa419d64
|
data/_includes/contact.html
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
{% if page.contact %}
|
|
2
2
|
<div class="green contact">
|
|
3
|
-
<h1>
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
consectetur purus sit amet fermentum.
|
|
7
|
-
<form action="https://submit-form.com/ujaWfjyi" class="columns">
|
|
3
|
+
<h1>{{ site.data.contact.title }}</h1>
|
|
4
|
+
{{ site.data.contact.introduction }}
|
|
5
|
+
<form action="{{ site.data.contact.action }}" class="columns">
|
|
8
6
|
<div class="column is-6">
|
|
9
7
|
<div class="field">
|
|
10
8
|
<label class="label">Name</label>
|
|
@@ -60,7 +58,7 @@
|
|
|
60
58
|
</div>
|
|
61
59
|
|
|
62
60
|
<div class="column">
|
|
63
|
-
<label for="agree">
|
|
61
|
+
<label for="agree">{{ site.data.contact.checkbox }}</label><br><br>
|
|
64
62
|
<button class="button is-rounded is-dark" type="submit">Abschicken</button>
|
|
65
63
|
</div>
|
|
66
64
|
</div>
|