We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf2e94 commit 298923eCopy full SHA for 298923e
sqlpage/templates/shell.handlebars
@@ -81,7 +81,7 @@
81
{{#if rss}}
82
<link rel="alternate" type="application/rss+xml" title="{{title}}" href="{{rss}}">
83
{{/if}}
84
- <meta name="generator" content="SQLPage" />
+ <meta name="generator" content="SQLPage v{{buildinfo 'CARGO_PKG_VERSION'}}" />
85
{{#if social_image}}
86
<meta property="og:image" content="{{social_image}}" />
87
0 commit comments