Добавлены ключевые слова

This commit is contained in:
Anton Vakhrushev 2019-04-14 21:04:06 +03:00
parent cf6fe7333d
commit c6200a3d74
2 changed files with 10 additions and 0 deletions

View File

@ -1,5 +1,7 @@
---
title: Сериализация в PHP
description: Проблема долговременного хранения сериализованных данных
keywords: [php, serialization]
---
# Сериализация в PHP

View File

@ -13,6 +13,14 @@
<meta name="description" content="{{ page.description }}">
{% endif %}
{% if page.keywords is defined and page.keywords %}
{% if page.keywords is iterable %}
<meta name="keywords" content="{{ page.keywords|join(',') }}">
{% else %}
<meta name="keywords" content="{{ page.keywords }}">
{% endif %}
{% endif %}
{# Other meta fields #}
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="yandex-verification" content="eb6443fccb57d7d2" />