jekyll-theme-consulting 0.10.1 → 0.10.2
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/{contact.php → _layouts/contact.html} +4 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 69e6ed8a4f554d2c4b74d4640ab120e85ab0ae09e8c77cf4dbd5ea83d66f322b
|
|
4
|
+
data.tar.gz: f4e9374cb05b29fbfba15529c8c4b9c4bb0fd9887fb27f18a3d194bd8b1f5287
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 598f6755974843cafdaa78bbfaeec04bc18b2ab7cc65466afc2e2d5cfb9fab6dc63c53b043c1d1a42e5eba829125ddefcf0210dc158671e4f11db8d69de3debb
|
|
7
|
+
data.tar.gz: c4764a57651719dd683b7f27919907432710dc303a2eb88848782123ffabb6625f8d5aa2d7f94f6f07eb405f52a0c88a765d56925ef8b597f72d9698953b9322
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
2
|
+
permalink: /contact.php
|
|
3
|
+
subject: Contact request
|
|
3
4
|
---
|
|
4
5
|
<?php
|
|
5
6
|
|
|
@@ -70,9 +71,10 @@ function is_recaptcha_valid($token) {
|
|
|
70
71
|
function send_mail ($name, $email, $message) {
|
|
71
72
|
return mail(
|
|
72
73
|
"{{ site.email }}",
|
|
73
|
-
"{{
|
|
74
|
+
"{{ page.subject | default: 'Contact request' }}",
|
|
74
75
|
$message."\r\n\nFrom: ".$name." @ ".$ip,
|
|
75
76
|
"From: ".$name." <".$email.">\r\nMIME-Version: 1.0\r\nContent-type: text/html\r\n");
|
|
76
77
|
}
|
|
77
78
|
|
|
78
79
|
?>
|
|
80
|
+
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-consulting
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.10.
|
|
4
|
+
version: 0.10.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Moodule
|
|
@@ -98,6 +98,7 @@ files:
|
|
|
98
98
|
- _includes/toggle.html
|
|
99
99
|
- _includes/waves/bottom.html
|
|
100
100
|
- _includes/waves/top.html
|
|
101
|
+
- _layouts/contact.html
|
|
101
102
|
- _layouts/default.html
|
|
102
103
|
- _layouts/home.html
|
|
103
104
|
- _layouts/index.html
|
|
@@ -279,7 +280,6 @@ files:
|
|
|
279
280
|
- assets/webfonts/fa-solid-900.ttf
|
|
280
281
|
- assets/webfonts/fa-solid-900.woff
|
|
281
282
|
- assets/webfonts/fa-solid-900.woff2
|
|
282
|
-
- contact.php
|
|
283
283
|
homepage: https://github.com/moodule/jekyll-theme-consulting
|
|
284
284
|
licenses:
|
|
285
285
|
- CC-BY-NC-SA-4.0
|