jekyll-theme-woforo 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bed6f22892a08c9ea456180e29276caa3e19a5c9
4
- data.tar.gz: 2d317326d38a07e9ab93a0ba418458abbfcc8276
3
+ metadata.gz: 171e4a37f25c3979308b59589aa7161513db7549
4
+ data.tar.gz: b0a5465301e84029d92c92ad54f2790712b9b26d
5
5
  SHA512:
6
- metadata.gz: 462e7e81d243755507d85808b28919074b9cd0e6ea576d9c82c373511914b68a9a7112d5585986c895ee19c2fe3db38fca928904526e71b1617f15e11b8684ed
7
- data.tar.gz: 41c6b02c8c5555ca4362edd3e2676039ddddb867fe9abc93979bc4c625afe562cc8d71f66dffd97744a99106af0e222cec8a26549476744e18e9842b9ef1b60d
6
+ metadata.gz: da5234278368d8132103ec7d245dd77156db875d02f8da778d61595a5b3e77fbbd10ea25dc8c1ea9fcfa45c4c3b0ab42b6a889d49e83ab714d2cc2b382683f1b
7
+ data.tar.gz: eaa73e45c171d89d2424fe9f7c750a3ee307dd1182013c88c015be845bc1af53ab61b743adceb3e2ebe2b1e4a9b19e4e570428b195a2b6ad581f95309f43b318
@@ -0,0 +1,9 @@
1
+ <head>
2
+ <meta charset="UTF-8">
3
+ <title>{{ site.title }}</title>
4
+ <meta name="viewport" content="width=device-width, initial-scale=1">
5
+ <meta name="theme-color" content="#157878">
6
+ <link rel="stylesheet" href="{{ site.baseurl }}/css/syntax.css">
7
+ <link rel="stylesheet" href="{{ site.baseurl }}/css/syntax-extra.css">
8
+ <link rel="stylesheet" href="{{ site.baseurl }}/css/main.css">
9
+ </head>
@@ -1,10 +1,5 @@
1
1
  <html>
2
- <head>
3
- <title>ووفورو | {{ page.title }}</title>
4
- <link rel="stylesheet" href="/css/main.css">
5
- <link rel="stylesheet" href="/css/syntax.css">
6
- <link rel="stylesheet" href="/css/syntax-extra.css">
7
- </head>
2
+ {% include head.html %}
8
3
  <body>
9
4
  {% include header.html %}
10
5
  {% rtlify {{content}} %}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-woforo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keyvan Mir Mohammad Sadeghi
@@ -84,6 +84,7 @@ files:
84
84
  - LICENSE
85
85
  - README.md
86
86
  - _includes/footer.html
87
+ - _includes/head.html
87
88
  - _includes/header.html
88
89
  - _layouts/default.html
89
90
  - _layouts/page.html