Заметка про хостинг фотографий

This commit is contained in:
2019-09-03 22:54:11 +03:00
parent 6284216f56
commit 252e133be1
2 changed files with 49 additions and 40 deletions

View File

@ -11,6 +11,8 @@
{# Description #}
{% if page.description is defined %}
<meta name="description" content="{{ page.description }}">
{% elseif page.title is defined %}
<meta name="description" content="{{ page.title }}">
{% endif %}
{% if page.keywords is defined and page.keywords %}