Skip to content

Commit 164c3a9

Browse files
committed
web: Add "resources" template
Quite a few of the pages have a resources -section with data-sheet and/or product page. Having a template for this section can reduce copy-paste a bit, keeps the outlook of the pages coherent, and can potentially help avoid mistakes. Signed-off-by: Matti Vaittinen <mazziesaccount@gmail.com>
1 parent 234c19c commit 164c3a9

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

_includes/resources.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## Resources
2+
{%- if page.datasheet %}
3+
- [Datasheet]({{ page.datasheet }})
4+
{%- endif %}
5+
{%- if page.productpage %}
6+
- [Product Page]({{ page.productpage }})
7+
{%- endif %}
8+

0 commit comments

Comments
 (0)