mylloon.fr/templates/contact/element.html
Mylloon f84a37829c
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
Metadata and contacts (#38)
- Rework metadata, now each type of file based on markdown have his own metadata struct (blog/portfolio/contacts)
- Contact is now generated by markdown files

Reviewed-on: #38
Co-authored-by: Mylloon <kennel.anri@tutanota.com>
Co-committed-by: Mylloon <kennel.anri@tutanota.com>
2023-10-20 18:21:11 +02:00

17 lines
427 B
HTML

{{#metadata}} {{#info}} {{#contact}}
<li>
<p>
{{title}} : {{^custom}} {{#newtab}}
<a
href="{{link}} "
target="_blank"
rel="noreferrer me"
title="{{description}} "
>{{user}}</a
>
{{/newtab}} {{^newtab}}
<a href="{{link}} " title="{{description}} ">{{user}}</a>
{{/newtab}} {{/custom}} {{#custom}} {{&content}} {{/custom}}
</p>
</li>
{{/contact}} {{/info}} {{/metadata}}