No longer index templates tagged as #template

This commit is contained in:
Zef Hemel
2023-11-09 09:26:44 +01:00
parent 366b2ed395
commit d58db6aa1a
19 changed files with 307 additions and 64 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ For various use cases, SilverBullet uses [Handlebars templates](https://handleba
Generally templates are stored in your space as regular pages, which allows for reuse. Some examples include [[template/task]] and [[template/page]].
As a convention, we often name templates with a `template/` prefix, although this is purely a convention.
[[Live Templates]] allow templates to be define inline, for instance:
[[Live Templates]] allow templates to be defined inline, for instance:
```template
template: |
Hello, {{name}}! Today is _{{today}}_