jekyll-theme-pga-default 0.9.0 → 1.0.0

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/head.html +8 -4
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f5ba70e2bf82ff1c76c06c606bf206b55a790258
4
- data.tar.gz: 4adf7ca411cbdf870576d8489f2fa852963b1917
3
+ metadata.gz: 451610d93489ff8a3d49a7aff52a690244673486
4
+ data.tar.gz: a1d87b4344fe6b739fd98c897b3c790771f0b92f
5
5
  SHA512:
6
- metadata.gz: 342465d42cc039af7b659262a9f5ad22ee50cd07b36c9bb1838d8d6dfc909f23ec3bca0661504d60817682b2276332df5668911cef9133a40e96dc91fecaee17
7
- data.tar.gz: 5950414c14319b821238bc52ba467ac39b90c832c07a9a1b2957625533d57a0fd34ef0048ffe7f41744fa7da07a1c3c460d4e789bc876cd3e3ca786ff5ddaa46
6
+ metadata.gz: be6b9d8bf6691c1e59b9e32a56e872e2fa2fdae86263573c92c53c2d1d4f05c39346b27012e24c4ba6c2fd6be9b62e898333ec2758f7cbd023d4d8d11ca1a667
7
+ data.tar.gz: c48989663b975cb85fb9f82684ab77dfec4f7e2be74d12490bd1fb39f628b4efa53f91b33d1e46068c7d38140cedaa4128342b82f1c7f95b06a6a8a93fd8b38c
data/_includes/head.html CHANGED
@@ -15,8 +15,12 @@
15
15
  <link rel="mask-icon" href="/assets/images/favicons/safari-pinned-tab.svg" color="#b4975a">
16
16
  <meta name="msapplication-TileColor" content="#da532c">
17
17
  <meta name="theme-color" content="#ffffff">
18
- <!-- <link rel="stylesheet" href="{{ '/assets/main.css' | relative_url }}"> -->
19
- <!-- <link rel="stylesheet" href="{{ site.baseurl }}/assets/main.css"> -->
20
- <link rel="stylesheet" href="/assets/main.css">
21
-
18
+ {% capture local %}{{ '/assets/main.css' | relative_url }}{% endcapture %}
19
+ {% capture external %}{{ '/assets/assets.css' | relative_url }}{% endcapture %}
20
+ {% if local %}
21
+ <link rel="stylesheet" href="{{ '/assets/main.css' | relative_url }}">
22
+ {% endif %}
23
+ {% if external %}
24
+ <link rel="stylesheet" href="{{ '/assets/assets.css'' | relative_url }}">
25
+ {% endif %}
22
26
  </head>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-pga-default
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - PGA of America