1
0
mirror of https://github.com/tabler/tabler.git synced 2026-06-17 12:50:03 +04:00

Merge pull request #4 from tabler/master

Master
This commit is contained in:
Paweł Kuna
2018-02-26 16:21:53 +01:00
committed by GitHub
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -19,8 +19,9 @@
"gulp-build": "gulp build",
"jekyll-watch": "jekyll build --watch",
"jekyll-serve": "jekyll serve --livereload",
"gh-pages": "./gh-pages.sh",
"dist": "gulp build && jekyll build --destination dist",
"dist": "gulp build && JEKYLL_ENV=production jekyll build --destination dist && ./gh-pages.sh",
"watch": "gulp build && npm-run-all --parallel gulp-watch jekyll-watch",
"serve": "gulp build && npm-run-all --parallel gulp-watch jekyll-serve"
},
+2
View File
@@ -12,5 +12,7 @@
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<!-- Generated: {{ site.time }} -->
<title>{% if page.title %}{{ page.title }} - {% endif %}{% if layout.title %}{{ layout.title }} - {% endif %}{{ site.description }}</title>