Skip to content

Commit e727f43

Browse files
committed
Fix link to tera
1 parent 08c218d commit e727f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/documentation/themes/extending-a-theme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ When your site uses a theme, the generated structure follows the theme's structu
1111

1212
## Overriding a block
1313

14-
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:
14+
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:
1515

1616
```
1717
{% extends "theme_name/templates/page.html" %}

0 commit comments

Comments
 (0)