Adds support for meta keywords (#691)
This commit is contained in:
parent
ed31f79fb6
commit
8c0156c1af
3 changed files with 8 additions and 0 deletions
|
@ -18,6 +18,10 @@
|
|||
<meta name="theme-color" content="{{ site.custom-site-color }}">
|
||||
{% endif %}
|
||||
|
||||
{% if site.keywords %}
|
||||
<meta name="keywords" content="{{ site.keywords }}">
|
||||
{% endif %}
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" title="{{ site.title | default: 'Untitled' }} {{ site.title-separator | default: '-' }} {{ site.description }}" href="{{ '/feed.xml' | absolute_url }}">
|
||||
|
||||
{% include gtag.html %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue