Skip to content
This repository was archived by the owner on Sep 3, 2023. It is now read-only.

Commit 4fe7b0f

Browse files
committed
refine layout
1 parent 2083de8 commit 4fe7b0f

File tree

4 files changed

+5
-14
lines changed

4 files changed

+5
-14
lines changed

_layouts/default.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
<div class="site-wrapper-inner">
55
<div class="cover-container">
66
{% include header.html %}
7+
<div class="inner cover">
78
{{ content }}
9+
</div>
810
{% include footer.html %}
911
</div>
1012
</div>

download/index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
title: hust-latex | Download
44
---
55

6-
<div class="inner cover">
7-
86
{% for template in site.data.download %}
97
<h2 id="{{ template.name }}">{{ template.name }}</h2>
108
<p>{{ template.description | markdownify }}</p>
@@ -21,5 +19,3 @@ <h2 id="{{ template.name }}">{{ template.name }}</h2>
2119
</li>
2220
</ul></p>
2321
{% endfor %}
24-
25-
</div>

faqs/index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
title: hust-latex | FAQs
44
---
55

6-
<div class="inner cover">
7-
86
<script type="text/javascript">
97
function toggleElement(id)
108
{
@@ -98,5 +96,3 @@ <h4 id="contribution"><a href="javascript:toggleElement('contribution-answer')">
9896
<li><a href="http://www.tex.ac.uk/ctan/info/dtxtut/dtxtut.pdf"><span class="glyphicon glyphicon-book"></span>&#32;How to Package Your LaTeX Package</a>.</li>
9997
</ul></p>
10098
</div>
101-
102-
</div>

index.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
overview: true
55
---
66

7-
<div class="inner cover">
8-
<h1 class="cover-heading">hust-latex</h1>
9-
<p class="lead">A Collection of Unofficial LaTeX Templates for <br/><a href="http://www.hust.edu.cn">Huazhong University of Science and Technology</a>. </p>
10-
<p class="lead"><a href="/download" class="btn btn-lg btn-default">Download Templates</a></p>
11-
</div>
12-
7+
<h1 class="cover-heading">hust-latex</h1>
8+
<p class="lead">A Collection of Unofficial LaTeX Templates for <br/><a href="http://www.hust.edu.cn">Huazhong University of Science and Technology</a>. </p>
9+
<p class="lead"><a href="/download" class="btn btn-lg btn-default">Download Templates</a></p>

0 commit comments

Comments
 (0)