jekyll-theme-fast 0.1.1 → 0.1.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: 6b73190f090a0a725e93ee7d7699cb1400ddf383411c7cca224dac219fa0ac52
4
- data.tar.gz: 6f16d6f4df98a9760063404ff6bf3cb2fef0a8e57141cfc0e9cb3d901e11f65f
3
+ metadata.gz: 18b678d210eba4e2888ae28189454f8e95e2cb008628b2ae1a712f937f3d6839
4
+ data.tar.gz: 669c9135d287bec120bec4603bfee2c5131a54348048e3c9be20996881489bd2
5
5
  SHA512:
6
- metadata.gz: e938d61d805c0008767bad392262d92f547cc884f95de6def0f0f8e532a353beb3997560d72b225abac20ccccd1aed82bab4cdb74ab3997a4c27a77786fa5655
7
- data.tar.gz: 0f25fe1a190c7ba450410495c789a31a1c2c25599075f7ce6d5716c6e8dcba9f3c1b791e064cdf63ab924a4caf4f505471933a1ab42d69648779703d5223c478
6
+ metadata.gz: 073171f0f5be633504e509c8550f89ca77dd8e062b2012fcae2f00dae004a5cb605f6df7e1cad4e39a4531a83e6ca81979e219e501b65e5a98eef72750b5ccf1
7
+ data.tar.gz: 43a80bf740f70b9052d994c818a2e252f7ccc529c74b42d76fcbb1ab0553d59d1bfb8993c895293e09e8d7b1979b701baf9eb59696813c20b92605d24167faba
@@ -6,8 +6,8 @@
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
7
  <meta http-equiv="X-UA-Compatible" content="ie=edge">
8
8
  <title>{{page.title}}</title>
9
- <link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
10
- <link rel="shortcut icon" href="{{ '/assets/images/0.png?v=' | append: site.github.build_revision | relative_url }}">
9
+ <link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | prepend: site.github.url }}">
10
+ <link rel="shortcut icon" href="{{ '/assets/images/0.png?v=' | append: site.github.build_revision | prepend: site.github.url }}">
11
11
  </head>
12
12
 
13
13
  <body>
data/_layouts/page.html CHANGED
@@ -6,8 +6,8 @@
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
7
  <meta http-equiv="X-UA-Compatible" content="ie=edge">
8
8
  <title>{{page.title}}</title>
9
- <link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
10
- <link rel="shortcut icon" href="{{ '/assets/images/0.png?v=' | append: site.github.build_revision | relative_url }}">
9
+ <link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | prepend: site.github.url }}">
10
+ <link rel="shortcut icon" href="{{ '/assets/images/0.png?v=' | append: site.github.build_revision | prepend: site.github.url }}">
11
11
  </head>
12
12
 
13
13
  <body>
@@ -20,7 +20,7 @@
20
20
 
21
21
  {% include footer.html %}
22
22
 
23
- <script src="{{ '/assets/js/main.js'| relative_url }}"></script>
23
+ <script src="{{ '/assets/js/main.js'| prepend: site.github.url }}"></script>
24
24
  </body>
25
25
 
26
26
  </html>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-fast
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - liurongqing