Releases: 11ta/11ta-template
v2.1
v2.0.2 - Fix 404 functionality
fix 404 functionality
v2.0.1 - Nav flex fix
Fixed flex box issue in Nav causing problems in FF.
v2.0.0 - Breaking Changes to Frontmatter structure
UPDATE v2.0.0 - Breaking Changes
In order to provide scalability and cleaner frontmatter controls in current Posts (and upcoming Products) collections, the Frontmatter keys were updated which required updates to/src/_includes/components/*.njk
,tailwind.config.js
, and other templates.
I apologize for the inconvenience.
v1.1.1 - Recaptcha
Added Netlify's default spam recaptcha and honeypot to the /contact
form to stem the blank/spam submissions. Making it as simple as possible for new users to have a working contact form without needing add'l JS validation.
v1.1.0 - Drafts
Draft Posts
Added the ability to have DRAFT Posts that always process and display in DEV env but will not process in PRODUCTION.
Usage
Add draft: true
to frontmatter of any /src/posts/*.md
file. The file will be visible during local DEV but will not be processed by 11ty in PRODUCTION environments.
NOTE: draft:
frontmatter key is NOT required at all. If omitted the Post will display in BOTH DEV and PRODUCTION.
Also, if your repo is Public, Posts marked draft: true
will still be available to anyone viewing your repo.
v1.0.0
Initial launch.