add description and keywords

This commit is contained in:
aldacron 2017-06-06 23:53:19 -07:00
parent 90e2aa75f5
commit 80fecd5496
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
{% if search.term %}
<meta property="og:description" content="Search for '{{ search.term }}'">
{% else %}
<meta name="description" content="A BitTorrent community focused on Eastern Asian media including anime, manga, music, and more">
<meta name="keywords" content="torrents, bittorrent, torrent, anime, manga, sukebei, download, nyaa, magnet, magnets">
<meta property="og:description" content="{{ config.SITE_NAME }} homepage">
{% endif %}
{% endblock %}