diff --git a/README.rst b/README.rst index 33aa804..7149304 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,7 @@ You will be asked about your basic info (name, project name, app name, etc.). Th Features -------- -- Twitter Bootstrap 3 and Fontawesome 4 with starter templates +- Bootstrap 3 and Font Awesome 4 with starter templates - Flask-SQLAlchemy with basic User model - Easy database migrations with Flask-Migrate - Flask-WTForms with login and registration forms diff --git a/{{cookiecutter.app_name}}/{{cookiecutter.app_name}}/templates/public/home.html b/{{cookiecutter.app_name}}/{{cookiecutter.app_name}}/templates/public/home.html index d26aff1..6f46f7e 100644 --- a/{{cookiecutter.app_name}}/{{cookiecutter.app_name}}/templates/public/home.html +++ b/{{cookiecutter.app_name}}/{{cookiecutter.app_name}}/templates/public/home.html @@ -6,7 +6,7 @@ {% endraw %}

Welcome to {{ cookiecutter.project_name }}

{% raw %} -

This is a starter Flask template. It includes Twitter Bootstrap 3, jQuery 2, Flask-SQLAlchemy, WTForms, and various testing utilities out of the box.

+

This is a starter Flask template. It includes Bootstrap 3, jQuery 2, Flask-SQLAlchemy, WTForms, and various testing utilities out of the box.

Learn more »