Update generator meta tag to include version

The generator meta tag now includes the SQLPage version. This is fetched
from the CARGO_PKG_VERSION environment variable during the build
process.
This commit is contained in:
lovasoa
2025-09-20 20:47:09 +02:00
parent 0cf2e9491c
commit 298923efb9
+1 -1
View File
@@ -81,7 +81,7 @@
{{#if rss}}
<link rel="alternate" type="application/rss+xml" title="{{title}}" href="{{rss}}">
{{/if}}
<meta name="generator" content="SQLPage" />
<meta name="generator" content="SQLPage v{{buildinfo 'CARGO_PKG_VERSION'}}" />
{{#if social_image}}
<meta property="og:image" content="{{social_image}}" />
{{/if}}