--- layout: default type: theme title: Bootstrap Landing Page Themes description: Free Bootstrap themes that are ready to customize and publish. All of our themes are built with Bootstrap 4, MIT licensed, and updated regularly! permalink: /themes/landing-pages/ meta-title: Free Bootstrap 4 Landing Page Themes meta-description: Bootstrap 4 landing page themes that are pre-designed and ready to publish, perfect for creating marketing pages and one page websites redirect_from: - /template-categories/landing-pages/ - /template-categories/one-page/ --- {% include masthead/masthead-page.html %}
{% assign sorted = site.themes | sort: "rank" %} {% for theme in sorted %} {% if theme.categories contains 'landing-page' %}
{{ theme.img-desc }}
{{ theme.title }} {% if theme.pro %} Pro {% else %} Free {% endif %}
{{ theme.bump }}
{% endif %} {% endfor %} {% include survey.html %}