This commit is contained in:
Van
2019-03-21 17:55:48 +08:00
parent 8c9b13c393
commit 1558900384
209 changed files with 1077 additions and 2176 deletions

View File

@@ -21,9 +21,9 @@
<!DOCTYPE html>
<html>
<head>
<@head title="${archiveDate.archiveDateYear} ${yearLabel} ${archiveDate.archiveDateMonth} ${monthLabel} ${archiveLabel} - ${blogTitle}">
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
</@head>
<@head title="${archiveDate.archiveDateYear} ${yearLabel} ${archiveDate.archiveDateMonth} ${monthLabel} ${archiveLabel} - ${blogTitle}">
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
</@head>
</head>
<body>
<#include "header.ftl">

File diff suppressed because one or more lines are too long

View File

@@ -428,6 +428,7 @@ aside {
.navbar {
border-bottom: 1px solid #eee;
height: 50px;
overflow: hidden;
margin-bottom: 30px;
}
@@ -707,6 +708,10 @@ aside {
margin: 13px 3px 0 0;
}
.article__toc {
display: none;
}
.wrapper {
width: 100%;
min-width: auto;

View File

@@ -22,8 +22,7 @@
<html>
<head>
<@head title="${blogTitle}">
<link rel="stylesheet"
href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
<link rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}"/>
</@head>
</head>
<body>

View File

@@ -95,6 +95,5 @@ var Skin = {
}
$(document).ready(function () {
Util.init()
Skin.init()
})

View File

@@ -60,11 +60,8 @@
<div class="module meta">
<header>
<h2 class="fn__clear">
${adminUser.userName}
<div class="fn__right">
<@userSite dir="nw"></@userSite>
</div>
<h2 class="ft__center">
<@userSite dir="nw"></@userSite>
</h2>
</header>
<main class="fn__clear">