feat: ✨ add new file metadata handling (.ext.md instead of .mddesc)
This commit is contained in:
parent
d39595d577
commit
c202b778e0
3 changed files with 37 additions and 32 deletions
|
@ -16,8 +16,8 @@
|
|||
|
||||
{%block content_article%}
|
||||
<figure>
|
||||
<a target="_blank" href="{{post['post_file_dir']}}">
|
||||
<img id="gallery_image" src="{{post['post_file_dir']}}"></img>
|
||||
<a target="_blank" href="{{post.post_metadata.media_file}}">
|
||||
<img id="gallery_image" src="{{post.post_metadata.media_file}}"></img>
|
||||
</a>
|
||||
|
||||
<figcaption>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue