You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tags get added after the file is generated so they can't be added to a post page when the front-matter is.
Instead, on each -build or -save, loop over the posts, parse the tags and write them to the bottom of the file as links under the user-generated content.
and that's how I met your mother.
<!-- TAGS:START -->
<hr />
[television](./television)
<!-- TAGS:END -->
The text was updated successfully, but these errors were encountered:
Tags get added after the file is generated so they can't be added to a post page when the front-matter is.
Instead, on each
-build
or-save
, loop over the posts, parse the tags and write them to the bottom of the file as links under the user-generated content.The text was updated successfully, but these errors were encountered: