Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/guangmean/Niello.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorguangmean <angularcorp@outlook.com>2019-01-09 05:25:56 +0300
committerguangmean <angularcorp@outlook.com>2019-01-09 05:25:56 +0300
commitab791178af8754d85600a5d0464afc527850d732 (patch)
treeef746e836c6c70600847ef7cce2c12afa172b8d0
parent47e3717d593e8185e1568c5835314018a2a00caa (diff)
Update README.md
Add fully demo site
-rw-r--r--README.md4
-rw-r--r--layouts/partials/head.html1
2 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index b8a9b2c..dbb2a4a 100644
--- a/README.md
+++ b/README.md
@@ -38,4 +38,8 @@ staticDir = ["static", "themes/Niello/static"]
copyright = "&#xA9; 2019 by guangmean. All Rights Reserved."
```
+# Demo
+
+A fully demo is available here: [https://www.angularcorp.com](https://www.angularcorp.com)
+
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index fdf6361..f55644c 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -2,6 +2,7 @@
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
{{ partial "title.html" . }}
+ <meta name="keywords" content="{{ .Params.keywords }}">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="{{.Site.BaseURL | relLangURL}}css/highlight.min.css">