File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -193,6 +193,7 @@ protected function gethead(): string
193
193
$ title = htmlspecialchars ($ this ->page ->title ());
194
194
$ suffix = htmlspecialchars (Config::suffix ());
195
195
$ url = Config::url ();
196
+ $ generator = 'W ' . getversion ();
196
197
197
198
$ head = '' ;
198
199
@@ -218,7 +219,7 @@ protected function gethead(): string
218
219
219
220
$ head .= "<meta name= \"description \" content= \"$ description \" /> \n" ;
220
221
$ head .= "<meta name= \"viewport \" content= \"width=device-width \" /> \n" ;
221
- $ head .= "<meta name= \"generator \" content= \"W-cms \" /> \n" ;
222
+ $ head .= "<meta name= \"generator \" content= \"$ generator \" /> \n" ;
222
223
223
224
$ head .= "<meta property= \"og:type \" content= \"website \" /> " ;
224
225
$ head .= "<meta property= \"og:title \" content= \"$ title$ suffix \"> \n" ;
You can’t perform that action at this time.
0 commit comments