add description and generator

This commit is contained in:
Mesin Kasir 2022-11-29 02:33:55 +07:00 committed by GitHub
parent 48a33b2f6c
commit 81ba1bdd3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,15 +1,15 @@
<!DOCTYPE html>
<html lang="<?php echo Theme::lang() ?>">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<?php echo Theme::metaTagTitle(); ?>
<meta name="generator" content="Bludit">
<?php echo Theme::metaTagDescription(); ?>
<?php echo Theme::favicon('img/favicon.png'); ?>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<?php echo Theme::metaTagTitle(); ?>
<?php echo Theme::metaTagDescription(); ?>
<?php echo Theme::favicon('img/favicon.png'); ?>
<?php echo Theme::css('css/bs.css'); ?>
<?php echo Theme::css('css/bandit.css'); ?>
<?php Theme::plugins('siteHead'); ?>
<?php Theme::plugins('siteHead'); ?>
<meta name="generator" content="Bludit">
</head>
<body>
<?php Theme::plugins('siteBodyBegin'); ?>