opendoc-theme 2.0.5 → 2.0.6
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/_layouts/default.html +3 -3
- data/_sass/_constants.scss +2 -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: 576535141b37e7e9000a641e8a0326e9cc01fcd833837aa4d77216f60e76f507
|
4
|
+
data.tar.gz: 2f170c0fe0e88018b901fd5ad2f1d3f8b3175f35ebde53f183901566bfb6fb85
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 330dbea6ce42161546fd98c0c5238ee038ca8f063fdcd6cb4d0227e287c8501ffbda97192519e807a4dcc98be704a4fe3ab5caeca4f0751d631eca2877fb8a14
|
7
|
+
data.tar.gz: 529febc2ca1239fa42f676bc3e84610c0a043061bfe2f4f09b93b92c7675c0512ccae00e4aef52af18f9266cb7d18e306df100897a2584b0ee6edd7075d5958f
|
data/_layouts/default.html
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
<head>
|
5
5
|
<meta charset="utf-8">
|
6
6
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
7
|
-
<title>{{ page.title }}</title>
|
7
|
+
<title>{{ page.title | default: site.title }}</title>
|
8
8
|
<meta name="description" content="{{ content | strip_html | truncate: 100, '' }}">
|
9
9
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
10
10
|
<meta property="og:image" content="{{ 'site.styling_options.logo_path' | relative_url }}">
|
@@ -59,7 +59,7 @@
|
|
59
59
|
<img class="agency-logo" src="{{ site.styling_options.logo_path | relative_url }}">
|
60
60
|
</a>
|
61
61
|
<a class="search-btn top-mobile-btn">
|
62
|
-
<img src="{{ '/assets/images/search-icon-dark.svg' | relative_url }}">
|
62
|
+
<img src="{{ '/assets/images/search-icon-dark.svg' | relative_url }}">
|
63
63
|
</a>
|
64
64
|
</div>
|
65
65
|
</div>
|
@@ -128,7 +128,7 @@
|
|
128
128
|
{%- endif- %}
|
129
129
|
</main>
|
130
130
|
<div class="site-branding no-print">
|
131
|
-
Powered by <a href="https://opendoc.sg"><img src="{{ '/assets/images/opendoc-logo-full.svg' | relative_url }}"></a>
|
131
|
+
Powered by <a href="https://opendoc.sg"><img src="{{ '/assets/images/opendoc-logo-full.svg' | relative_url }}"></a>
|
132
132
|
</div>
|
133
133
|
|
134
134
|
<script src="{{ '/assets/vendor/jump.min.js' | relative_url }}" charset="utf-8"></script>
|
data/_sass/_constants.scss
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
// Variables
|
2
2
|
// ============================================================================
|
3
3
|
// Fonts
|
4
|
-
$base-font-family: "Noto Sans", "
|
5
|
-
$header-font-family: "Noto Serif", "
|
4
|
+
$base-font-family: "Noto Sans", "Arial", sans-serif;
|
5
|
+
$header-font-family: "Noto Serif", "Times New Roman", serif;
|
6
6
|
$base-font-size: 17px;
|
7
7
|
$button-font-size: 16px;
|
8
8
|
$mobile-font-size: 15px;
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: opendoc-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Opendoc
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-08-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|