css 增加压缩变量
This commit is contained in:
parent
b042a36c6d
commit
535b756036
@ -1,17 +1,17 @@
|
|||||||
<#macro head title>
|
<#macro head title>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<title>${title}</title>
|
<title>${title}</title>
|
||||||
<#nested>
|
<#nested>
|
||||||
<meta name="author" content="B3log Team" />
|
<meta name="author" content="B3log Team" />
|
||||||
<meta name="generator" content="B3log" />
|
<meta name="generator" content="B3log" />
|
||||||
<meta name="copyright" content="B3log" />
|
<meta name="copyright" content="B3log" />
|
||||||
<meta name="revised" content="B3log, ${year}" />
|
<meta name="revised" content="B3log, ${year}" />
|
||||||
<meta http-equiv="Window-target" content="_top" />
|
<meta http-equiv="Window-target" content="_top" />
|
||||||
<link href='http://fonts.googleapis.com/css?family=Neucha' rel='stylesheet' type='text/css' charset="utf-8" />
|
<link href='http://fonts.googleapis.com/css?family=Neucha' rel='stylesheet' type='text/css' charset="utf-8" />
|
||||||
<link href='http://fonts.googleapis.com/css?family=Reenie+Beanie' rel='stylesheet' type='text/css' charset="utf-8" />
|
<link href='http://fonts.googleapis.com/css?family=Reenie+Beanie' rel='stylesheet' type='text/css' charset="utf-8" />
|
||||||
<link type="text/css" rel="stylesheet" href="${staticServePath}/css/default-base${miniPostfix}.css?${staticResourceVersion}" charset="utf-8" />
|
<link type="text/css" rel="stylesheet" href="${staticServePath}/css/default-base${miniPostfix}.css?${staticResourceVersion}" charset="utf-8" />
|
||||||
<link type="text/css" rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/${skinDirName}.css?${staticResourceVersion}" charset="utf-8" />
|
<link type="text/css" rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/${skinDirName}${miniPostfix}.css?${staticResourceVersion}" charset="utf-8" />
|
||||||
<link href="${servePath}/blog-articles-feed.do" title="ATOM" type="application/atom+xml" rel="alternate" />
|
<link href="${servePath}/blog-articles-feed.do" title="ATOM" type="application/atom+xml" rel="alternate" />
|
||||||
<link rel="icon" type="image/png" href="${staticServePath}/favicon.png" />
|
<link rel="icon" type="image/png" href="${staticServePath}/favicon.png" />
|
||||||
${htmlHead}
|
${htmlHead}
|
||||||
</#macro>
|
</#macro>
|
@ -8,7 +8,7 @@
|
|||||||
<meta name="revised" content="B3log, ${year}" />
|
<meta name="revised" content="B3log, ${year}" />
|
||||||
<meta http-equiv="Window-target" content="_top" />
|
<meta http-equiv="Window-target" content="_top" />
|
||||||
<link type="text/css" rel="stylesheet" href="${staticServePath}/css/default-base${miniPostfix}.css?${staticResourceVersion}" charset="utf-8" />
|
<link type="text/css" rel="stylesheet" href="${staticServePath}/css/default-base${miniPostfix}.css?${staticResourceVersion}" charset="utf-8" />
|
||||||
<link type="text/css" rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/${skinDirName}.css?${staticResourceVersion}" charset="utf-8" />
|
<link type="text/css" rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/${skinDirName}${miniPostfix}.css?${staticResourceVersion}" charset="utf-8" />
|
||||||
<link href="${servePath}/blog-articles-feed.do" title="ATOM" type="application/atom+xml" rel="alternate" />
|
<link href="${servePath}/blog-articles-feed.do" title="ATOM" type="application/atom+xml" rel="alternate" />
|
||||||
<link rel="icon" type="image/png" href="${staticServePath}/favicon.png" />
|
<link rel="icon" type="image/png" href="${staticServePath}/favicon.png" />
|
||||||
${htmlHead}
|
${htmlHead}
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
<#macro head title>
|
<#macro head title>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<title>${title}</title>
|
<title>${title}</title>
|
||||||
<#nested>
|
<#nested>
|
||||||
<meta name="author" content="B3log Team" />
|
<meta name="author" content="B3log Team" />
|
||||||
<meta name="generator" content="B3log" />
|
<meta name="generator" content="B3log" />
|
||||||
<meta name="copyright" content="B3log" />
|
<meta name="copyright" content="B3log" />
|
||||||
<meta name="revised" content="B3log, ${year}" />
|
<meta name="revised" content="B3log, ${year}" />
|
||||||
<meta http-equiv="Window-target" content="_top" />
|
<meta http-equiv="Window-target" content="_top" />
|
||||||
<link type="text/css" rel="stylesheet" href="${staticServePath}/css/default-base${miniPostfix}.css?${staticResourceVersion}" charset="utf-8" />
|
<link type="text/css" rel="stylesheet" href="${staticServePath}/css/default-base${miniPostfix}.css?${staticResourceVersion}" charset="utf-8" />
|
||||||
<link type="text/css" rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/${skinDirName}.css?${staticResourceVersion}" charset="utf-8" />
|
<link type="text/css" rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/${skinDirName}${miniPostfix}.css?${staticResourceVersion}" charset="utf-8" />
|
||||||
<link href="${servePath}/blog-articles-feed.do" title="ATOM" type="application/atom+xml" rel="alternate" />
|
<link href="${servePath}/blog-articles-feed.do" title="ATOM" type="application/atom+xml" rel="alternate" />
|
||||||
<link rel="icon" type="image/png" href="${staticServePath}/favicon.png" />
|
<link rel="icon" type="image/png" href="${staticServePath}/favicon.png" />
|
||||||
${htmlHead}
|
${htmlHead}
|
||||||
</#macro>
|
</#macro>
|
@ -1,15 +1,15 @@
|
|||||||
<#macro head title>
|
<#macro head title>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<title>${title}</title>
|
<title>${title}</title>
|
||||||
<#nested>
|
<#nested>
|
||||||
<meta name="author" content="B3log Team" />
|
<meta name="author" content="B3log Team" />
|
||||||
<meta name="generator" content="B3log" />
|
<meta name="generator" content="B3log" />
|
||||||
<meta name="copyright" content="B3log" />
|
<meta name="copyright" content="B3log" />
|
||||||
<meta name="revised" content="B3log, ${year}" />
|
<meta name="revised" content="B3log, ${year}" />
|
||||||
<meta http-equiv="Window-target" content="_top" />
|
<meta http-equiv="Window-target" content="_top" />
|
||||||
<link type="text/css" rel="stylesheet" href="${staticServePath}/css/default-base${miniPostfix}.css?${staticResourceVersion}" charset="utf-8" />
|
<link type="text/css" rel="stylesheet" href="${staticServePath}/css/default-base${miniPostfix}.css?${staticResourceVersion}" charset="utf-8" />
|
||||||
<link type="text/css" rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/${skinDirName}.css?${staticResourceVersion}" charset="utf-8" />
|
<link type="text/css" rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/${skinDirName}${miniPostfix}.css?${staticResourceVersion}" charset="utf-8" />
|
||||||
<link href="${servePath}/blog-articles-feed.do" title="ATOM" type="application/atom+xml" rel="alternate" />
|
<link href="${servePath}/blog-articles-feed.do" title="ATOM" type="application/atom+xml" rel="alternate" />
|
||||||
<link rel="icon" type="image/png" href="${staticServePath}/favicon.png" />
|
<link rel="icon" type="image/png" href="${staticServePath}/favicon.png" />
|
||||||
${htmlHead}
|
${htmlHead}
|
||||||
</#macro>
|
</#macro>
|
@ -1,15 +1,15 @@
|
|||||||
<#macro head title>
|
<#macro head title>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<title>${title}</title>
|
<title>${title}</title>
|
||||||
<#nested>
|
<#nested>
|
||||||
<meta name="author" content="B3log Team" />
|
<meta name="author" content="B3log Team" />
|
||||||
<meta name="generator" content="B3log" />
|
<meta name="generator" content="B3log" />
|
||||||
<meta name="copyright" content="B3log" />
|
<meta name="copyright" content="B3log" />
|
||||||
<meta name="revised" content="B3log, ${year}" />
|
<meta name="revised" content="B3log, ${year}" />
|
||||||
<meta http-equiv="Window-target" content="_top" />
|
<meta http-equiv="Window-target" content="_top" />
|
||||||
<link type="text/css" rel="stylesheet" href="${staticServePath}/css/default-base${miniPostfix}.css?${staticResourceVersion}" charset="utf-8" />
|
<link type="text/css" rel="stylesheet" href="${staticServePath}/css/default-base${miniPostfix}.css?${staticResourceVersion}" charset="utf-8" />
|
||||||
<link type="text/css" rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/${skinDirName}.css?${staticResourceVersion}" charset="utf-8" />
|
<link type="text/css" rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/${skinDirName}${miniPostfix}.css?${staticResourceVersion}" charset="utf-8" />
|
||||||
<link href="${servePath}/blog-articles-feed.do" title="ATOM" type="application/atom+xml" rel="alternate" />
|
<link href="${servePath}/blog-articles-feed.do" title="ATOM" type="application/atom+xml" rel="alternate" />
|
||||||
<link rel="icon" type="image/png" href="${staticServePath}/favicon.png" />
|
<link rel="icon" type="image/png" href="${staticServePath}/favicon.png" />
|
||||||
${htmlHead}
|
${htmlHead}
|
||||||
</#macro>
|
</#macro>
|
@ -1,27 +1,27 @@
|
|||||||
<#macro head title>
|
<#macro head title>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<title>${title}</title>
|
<title>${title}</title>
|
||||||
<#nested>
|
<#nested>
|
||||||
<meta name="author" content="B3log Team" />
|
<meta name="author" content="B3log Team" />
|
||||||
<meta name="generator" content="B3log" />
|
<meta name="generator" content="B3log" />
|
||||||
<meta name="copyright" content="B3log" />
|
<meta name="copyright" content="B3log" />
|
||||||
<meta name="revised" content="B3log, ${year}" />
|
<meta name="revised" content="B3log, ${year}" />
|
||||||
<meta http-equiv="Window-target" content="_top" />
|
<meta http-equiv="Window-target" content="_top" />
|
||||||
<link type="text/css" rel="stylesheet" href="${staticServePath}/css/default-base${miniPostfix}.css?${staticResourceVersion}" charset="utf-8" />
|
<link type="text/css" rel="stylesheet" href="${staticServePath}/css/default-base${miniPostfix}.css?${staticResourceVersion}" charset="utf-8" />
|
||||||
<link type="text/css" rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/${skinDirName}.css?${staticResourceVersion}" charset="utf-8" />
|
<link type="text/css" rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/${skinDirName}${miniPostfix}.css?${staticResourceVersion}" charset="utf-8" />
|
||||||
<link href="${servePath}/blog-articles-feed.do" title="ATOM" type="application/atom+xml" rel="alternate" />
|
<link href="${servePath}/blog-articles-feed.do" title="ATOM" type="application/atom+xml" rel="alternate" />
|
||||||
<link rel="icon" type="image/png" href="${staticServePath}/favicon.png" />
|
<link rel="icon" type="image/png" href="${staticServePath}/favicon.png" />
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
(function() {
|
(function() {
|
||||||
if (!
|
if (!
|
||||||
/*@cc_on!@*/
|
/*@cc_on!@*/
|
||||||
0) return;
|
0) return;
|
||||||
var e = "abbr, article, aside, audio, canvas, datalist, details, dialog, eventsource, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video".split(', ');
|
var e = "abbr, article, aside, audio, canvas, datalist, details, dialog, eventsource, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video".split(', ');
|
||||||
var i= e.length;
|
var i= e.length;
|
||||||
while (i--){
|
while (i--){
|
||||||
document.createElement(e[i])
|
document.createElement(e[i])
|
||||||
}
|
}
|
||||||
})()
|
})()
|
||||||
</script>
|
</script>
|
||||||
${htmlHead}
|
${htmlHead}
|
||||||
</#macro>
|
</#macro>
|
@ -1,15 +1,15 @@
|
|||||||
<#macro head title>
|
<#macro head title>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<title>${title}</title>
|
<title>${title}</title>
|
||||||
<#nested>
|
<#nested>
|
||||||
<meta name="author" content="B3log Team" />
|
<meta name="author" content="B3log Team" />
|
||||||
<meta name="generator" content="B3log" />
|
<meta name="generator" content="B3log" />
|
||||||
<meta name="copyright" content="B3log" />
|
<meta name="copyright" content="B3log" />
|
||||||
<meta name="revised" content="B3log, ${year}" />
|
<meta name="revised" content="B3log, ${year}" />
|
||||||
<meta http-equiv="Window-target" content="_top" />
|
<meta http-equiv="Window-target" content="_top" />
|
||||||
<link type="text/css" rel="stylesheet" href="${staticServePath}/css/default-base${miniPostfix}.css?${staticResourceVersion}" charset="utf-8" />
|
<link type="text/css" rel="stylesheet" href="${staticServePath}/css/default-base${miniPostfix}.css?${staticResourceVersion}" charset="utf-8" />
|
||||||
<link type="text/css" rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/${skinDirName}.css?${staticResourceVersion}" charset="utf-8" />
|
<link type="text/css" rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/${skinDirName}${miniPostfix}.css?${staticResourceVersion}" charset="utf-8" />
|
||||||
<link href="${servePath}/blog-articles-feed.do" title="ATOM" type="application/atom+xml" rel="alternate" />
|
<link href="${servePath}/blog-articles-feed.do" title="ATOM" type="application/atom+xml" rel="alternate" />
|
||||||
<link rel="icon" type="image/png" href="${staticServePath}/favicon.png" />
|
<link rel="icon" type="image/png" href="${staticServePath}/favicon.png" />
|
||||||
${htmlHead}
|
${htmlHead}
|
||||||
</#macro>
|
</#macro>
|
Loading…
x
Reference in New Issue
Block a user