From 74987d9591e2eda138a39f5d2d44418078ca6ab5 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 22 Dec 2018 21:58:06 +0200 Subject: Add two new meta tags for Algolia (#27902) --- site/_includes/header.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'site/_includes') diff --git a/site/_includes/header.html b/site/_includes/header.html index 83d051fa8..6e91a1f42 100644 --- a/site/_includes/header.html +++ b/site/_includes/header.html @@ -4,6 +4,9 @@ + + + {%- if page.title -%} {{ page.title | smartify }} ยท {{ site.title | smartify }} -- cgit v1.2.3 From 46f86df0bb1d4a6029d59ef52c1fecbe3b79f3f8 Mon Sep 17 00:00:00 2001 From: XhmikosR <xhmikosr@gmail.com> Date: Sat, 22 Dec 2018 23:18:34 +0200 Subject: bootstrap-stack.svg: remove unneeded space. --- site/_includes/icons/bootstrap-stack.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site/_includes') diff --git a/site/_includes/icons/bootstrap-stack.svg b/site/_includes/icons/bootstrap-stack.svg index 6b3535449..91ef8c376 100644 --- a/site/_includes/icons/bootstrap-stack.svg +++ b/site/_includes/icons/bootstrap-stack.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" {% if include.class %} class="{{ include.class }}"{% endif %}{% if include.width %} width="{{ include.width }}"{% endif %}{% if include.height %} height="{{ include.height }}"{% endif %} viewBox="0 0 1024 860" focusable="false" role="img"><title>Bootstrap \ No newline at end of file +Bootstrap -- cgit v1.2.3