jekyll-theme-primer 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 +4 -4
- data/_layouts/default.html +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 198306b39d44a66cefbc902c3b6ebc63ba4d758d
|
4
|
+
data.tar.gz: 0aa1819db816a71a004b0354c7d593106d8e825f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d5a4c0233727129fd72bc2364692546253dcd5a7f6b32a40a95871587d97e2b9465c37cfa335b2b144cdf67f95d1b0e41491f086522a7b6e5148a3bc885bf488
|
7
|
+
data.tar.gz: c2ca7250e9cabecf3a811d056deca054bba6af0076473e686a497ba1d5312d8adaab52ff748f077a8d2eac98d65fe12be5c943c4e02b1eb6eddc08398477d2ea
|
data/_layouts/default.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
<head>
|
4
4
|
<meta charset="UTF-8">
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
6
|
-
<title>{{ page.title | default: site.title }}</title>
|
6
|
+
<title>{{ page.title | default: site.title | default: site.github.repository_name }}</title>
|
7
7
|
<link href="{{ "assets/css/style.css" | absolute_url }}" rel="stylesheet">
|
8
8
|
</head>
|
9
9
|
<body>
|