This commit is contained in:
parent
14d33704a4
commit
be808226a7
@ -64,5 +64,6 @@
|
|||||||
"siteViewLabel": "${siteViewLabel}"
|
"siteViewLabel": "${siteViewLabel}"
|
||||||
};
|
};
|
||||||
Util.parseMarkdown();
|
Util.parseMarkdown();
|
||||||
|
Util.killIE(8);
|
||||||
</script>
|
</script>
|
||||||
${plugins}
|
${plugins}
|
||||||
|
@ -32,11 +32,13 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<#include "header.ftl">
|
<#include "header.ftl">
|
||||||
<main class="main wrapper">
|
<main class="main">
|
||||||
|
<div class="wrapper">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<#include "article-list.ftl">
|
<#include "article-list.ftl">
|
||||||
</div>
|
</div>
|
||||||
<#include "side.ftl">
|
<#include "side.ftl">
|
||||||
|
</div>
|
||||||
</main>
|
</main>
|
||||||
<#include "footer.ftl">
|
<#include "footer.ftl">
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user