不要怂,就是干,撸起袖子干!

Commit 085b128b by Sascha Depold

Add site description

1 parent 11490bb5
Showing with 2 additions and 0 deletions
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
{% block htmltitle %} {% block htmltitle %}
<title>{{ page_title }}</title> <title>{{ page_title }}</title>
{% if page_description %}<meta name="description" content="{{ page_description }}">{% endif %}
{% endblock %} {% endblock %}
{# CSS #} {# CSS #}
......
site_name: Sequelize | The Node.js ORM site_name: Sequelize | The Node.js ORM
site_description: Sequelize is a promise-based ORM for Node.js and io.js. It supports the dialects PostgreSQL, MySQL, MariaDB, SQLite and MSSQL.
theme: "" theme: ""
theme_dir: docs/readthedocs_theme theme_dir: docs/readthedocs_theme
repo_url: https://github.com/sequelize/sequelize repo_url: https://github.com/sequelize/sequelize
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!