Skip to content

Commit

Permalink
Fix link to tera
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats committed Aug 20, 2023
1 parent 08c218d commit e727f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/documentation/themes/extending-a-theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ When your site uses a theme, the generated structure follows the theme's structu

## Overriding a block

If you don't want to replace a whole template, but override parts of it, you can [extend the template](https://tera.netlify.app/docs/#inheritance) and redefine some specific blocks. For example, if you want to override the `title` block in your theme's page.html, you can create a page.html file in your site templates with the following content:
If you don't want to replace a whole template, but override parts of it, you can [extend the template](https://keats.github.io/tera/docs/#inheritance) and redefine some specific blocks. For example, if you want to override the `title` block in your theme's page.html, you can create a page.html file in your site templates with the following content:

```
{% extends "theme_name/templates/page.html" %}
Expand Down

0 comments on commit e727f43

Please sign in to comment.