Mylloon
f84a37829c
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
- 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>
17 lines
427 B
HTML
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}}
|