This commit is contained in:
@@ -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
@@ -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;
|
||||
|
@@ -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>
|
||||
|
@@ -95,6 +95,5 @@ var Skin = {
|
||||
}
|
||||
|
||||
$(document).ready(function () {
|
||||
Util.init()
|
||||
Skin.init()
|
||||
})
|
@@ -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">
|
||||
|
Reference in New Issue
Block a user