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:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user