Auto fill crate version in web page

The webpage has a placeholder string instead of a hard-coded version.
This gets replaced by the Makefile with the help of a pair of `sed`
calls.

And with that, I've upgraded my ad-hoc web bundler with an ad-hoc HTML
templating engine.
This commit is contained in:
2025-12-26 09:56:06 -06:00
parent 03c7d44aad
commit e494fc6c35
2 changed files with 9 additions and 2 deletions

View File

@@ -103,8 +103,7 @@
</tr>
<tr>
<td>Program Version</td>
<!-- This version text is completely unchecked. I'll need to do something about that. -->
<td><code>v0.6.0</code></td>
<td><code>#CRATE_VERSION_PLACEHOLDER#</code></td>
</tr>
</table>
</article>