summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/global.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/_layouts/global.html b/_layouts/global.html
index 1652caf6e..bdb3d4fec 100644
--- a/_layouts/global.html
+++ b/_layouts/global.html
@@ -16,6 +16,10 @@
<link rel="canonical" href="{{site.url}}{{page.redirect}}" />
{% endif %}
+ {% if page.description %}
+ <meta name="description" content="{{page.description}}">
+ {% endif %}
+
<!-- Bootstrap core CSS -->
<link href="{{site.url}}css/cerulean.min.css" rel="stylesheet">
<link href="{{site.url}}css/custom.css" rel="stylesheet">