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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 17ca15a34984ff88be827b0e3669dd7f8edcb5b94699a9eff382b513e1ff0a84
4
- data.tar.gz: 56f338f8a0af42f63a87687790791fca07666a5aa96e65c5ab4a5e25554ddbbc
3
+ metadata.gz: 69e6ed8a4f554d2c4b74d4640ab120e85ab0ae09e8c77cf4dbd5ea83d66f322b
4
+ data.tar.gz: f4e9374cb05b29fbfba15529c8c4b9c4bb0fd9887fb27f18a3d194bd8b1f5287
5
5
  SHA512:
6
- metadata.gz: b92a7b6ff45e3809d5a7cbab7e279a4f5f017a0386a7ea7afd073b4eac41d2238a6bdfbf803d721d2ae8bb35c5cfeaffee5e82c942b03240506fb0c6359015f9
7
- data.tar.gz: c4ec1fc7bdcb7e8619d542f5f97f24b1ae1d4ae6a117b87db24764c73dbe8451f23f87526f58e870b94f41f330a8f5155a8b9ce9b75661c7e833c3f8ba481ca7
6
+ metadata.gz: 598f6755974843cafdaa78bbfaeec04bc18b2ab7cc65466afc2e2d5cfb9fab6dc63c53b043c1d1a42e5eba829125ddefcf0210dc158671e4f11db8d69de3debb
7
+ data.tar.gz: c4764a57651719dd683b7f27919907432710dc303a2eb88848782123ffabb6625f8d5aa2d7f94f6f07eb405f52a0c88a765d56925ef8b597f72d9698953b9322
@@ -1,5 +1,6 @@
1
1
  ---
2
- layout: null
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
- "{{ site.subject | default: 'Contact request' }}",
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.1
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