Hello, I'm new to this group.
I'm using tiddly wiki as a personal wiki and exporting most notes to a static site.
I've adapted the subtitle field to show the modified date on the static site. The problem is the static site shows the modified date as the date I run the export for all pages.
The snippet I'm using is this:
<div class="tc-subtitle">
<$link to={{!!modifier}} />
<p> This page modified on <$view field="modified" format="date" template={{$:/language/Tiddler/DateFormat}}/></p>
</div>
In the static tiddler template it is down as:
`<$view tiddler="$:/davidralphlewis/date-modified" format="htmlwikified"/>`
Any idea how I can make the site show the actual modified date, not the date I ran the import?
Thanks so much!
David