alula-themes 0.4.2 → 0.4.3
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/themes/minimal/layouts/default.html.haml +2 -2
- metadata +1 -1
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.4.
|
1
|
+
0.4.3
|
@@ -3,9 +3,9 @@
|
|
3
3
|
%head
|
4
4
|
%meta{charset: "UTF-8"}
|
5
5
|
- if site.description != ""
|
6
|
-
%meta{description: site.description}
|
6
|
+
%meta{name: "description", content: site.description}
|
7
7
|
- if site.author != ""
|
8
|
-
%meta{author: site.author}
|
8
|
+
%meta{name: "author", content: site.author}
|
9
9
|
%title= (item.title ? "#{item.title} - " : "") + site.title
|
10
10
|
|
11
11
|
%meta{name: "viewport", content: "width=device-width, initial-scale=1"}
|