Skip to content

Commit

Permalink
Update links to tera template engine website
Browse files Browse the repository at this point in the history
  • Loading branch information
colinkiama committed Nov 3, 2024
1 parent 57ac78d commit fb6589a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ You can find out more about humans.txt at: https://humanstxt.org/.
## Additional Resources

- [Zola Documentation](https://www.getzola.org/documentation/getting-started/overview/)
- [Tera Documentation](https://tera.netlify.app/docs/)
- [Tera Documentation](https://keats.github.io/tera/)
- [MDN Web Docs](https://developer.mozilla.org)
2 changes: 1 addition & 1 deletion docs/1-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- The website is a static site and is generated using [Zola](https://www.getzola.org/)
- Extremely fast (written in Rust)
- Is a single binary with no dependencies (Very simple to install)
- Pages templates are powered by the [Tera templating engine](https://tera.netlify.app/)
- Pages templates are powered by the [Tera templating engine](https://keats.github.io/tera/)
- Page content is written using the [CommonMark](https://commonmark.org/) implementation of [markdown](https://daringfireball.net/projects/markdown/)
- Markdown files are human readable
- Simple syntax
Expand Down

0 comments on commit fb6589a

Please sign in to comment.