From 298923efb942e36c72727951be9e944b0320734e Mon Sep 17 00:00:00 2001 From: lovasoa Date: Sat, 20 Sep 2025 20:47:09 +0200 Subject: [PATCH] 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. --- sqlpage/templates/shell.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlpage/templates/shell.handlebars b/sqlpage/templates/shell.handlebars index 23035724..35f31b91 100644 --- a/sqlpage/templates/shell.handlebars +++ b/sqlpage/templates/shell.handlebars @@ -81,7 +81,7 @@ {{#if rss}} {{/if}} - + {{#if social_image}} {{/if}}