Add wishlist page

This commit is contained in:
2018-04-29 12:36:39 +03:00
parent 5adf5b1afe
commit e9c790048a
9 changed files with 135 additions and 28 deletions

View File

@ -0,0 +1,10 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=PT+Serif:400,700&amp;subset=cyrillic" rel="stylesheet">
<title>
{% if page.title is defined %}
{{ page.title }} - {{ site.title }}
{% else %}
{{ site.title }}
{% endif %}
</title>