mirror of
https://github.com/tznb1/TwoNav.git
synced 2025-08-10 08:51:49 +00:00
v2.1.07-20231130
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title><?php echo $site['Title'];?></title>
|
||||
<meta name="keywords" content="<?php echo $site['keywords']; ?>">
|
||||
<meta name="description" content="<?php echo $site['description']; ?>">
|
||||
<title><?php echo $s_site['title'];?></title>
|
||||
<meta name="keywords" content="<?php echo $s_site['keywords']; ?>">
|
||||
<meta name="description" content="<?php echo $s_site['description']; ?>">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<link rel="stylesheet" href="<?php echo $theme_dir;?>/main.css" />
|
||||
<link rel="shortcut icon" href="<?php echo $favicon;?>">
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
"name": "默认模板",
|
||||
"description": "模板来自于html5up.net",
|
||||
"homepage": "https://gitee.com/tznb/TwoNav",
|
||||
"version": "2.1.0",
|
||||
"update": "2023/09/28",
|
||||
"version": "2.1.1",
|
||||
"update": "2023/11/27",
|
||||
"author": "TwoNav",
|
||||
"config": {
|
||||
"title":"",
|
||||
|
||||
Reference in New Issue
Block a user