Skip to content

Release 2.32.0

Compare
Choose a tag to compare
@oleeskild oleeskild released this 08 Jan 13:36
· 205 commits to main since this release

Support metatags

Adding a dg-meta-tag with key-value pairs as children to a note will now add those values as meta tags in your header.
Note that you also need to update the template to the latest version for this to work .

Example:

dg-meta-tags:
 description: "some description"
 "og:image": "https://imagelink...."

Thanks to @uroybd for the implementation