Remove empty classes.
This commit is contained in:
parent
76e89dae32
commit
0d70d97eeb
|
@ -8,7 +8,7 @@
|
||||||
<li class="{% if page.author %}current{% endif %}">
|
<li class="{% if page.author %}current{% endif %}">
|
||||||
<a href="{{ site.url }}/news/">News</a>
|
<a href="{{ site.url }}/news/">News</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="">
|
<li>
|
||||||
<a href="{{ site.repository }}"><span class="hide-on-mobiles">View on </span>GitHub</a>
|
<a href="{{ site.repository }}"><span class="hide-on-mobiles">View on </span>GitHub</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
@ -18,19 +18,19 @@ overview: true
|
||||||
<p>
|
<p>
|
||||||
No more databases, comment moderation, or pesky updates to install—just <em>your content</em>.
|
No more databases, comment moderation, or pesky updates to install—just <em>your content</em>.
|
||||||
</p>
|
</p>
|
||||||
<a href="/docs/usage/" class="">How Jekyll works →</a>
|
<a href="/docs/usage/">How Jekyll works →</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="unit one-third">
|
<div class="unit one-third">
|
||||||
<h2>Static</h2>
|
<h2>Static</h2>
|
||||||
<p><a href="http://daringfireball.net/projects/markdown/">Markdown</a> (or <a href="http://textile.sitemonks.com/">Textile</a>), <a href="http://wiki.shopify.com/Liquid">Liquid</a>, HTML <span class="amp">&</span> CSS go in. Static sites come out ready for deployment.</p>
|
<p><a href="http://daringfireball.net/projects/markdown/">Markdown</a> (or <a href="http://textile.sitemonks.com/">Textile</a>), <a href="http://wiki.shopify.com/Liquid">Liquid</a>, HTML <span class="amp">&</span> CSS go in. Static sites come out ready for deployment.</p>
|
||||||
<a href="/docs/templates/" class="">Jekyll template guide →</a>
|
<a href="/docs/templates/">Jekyll template guide →</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="unit one-third">
|
<div class="unit one-third">
|
||||||
<h2>Blog-aware</h2>
|
<h2>Blog-aware</h2>
|
||||||
<p>
|
<p>
|
||||||
Permalinks, categories, pages, posts, and custom layouts are all first-class citizens here.
|
Permalinks, categories, pages, posts, and custom layouts are all first-class citizens here.
|
||||||
</p>
|
</p>
|
||||||
<a href="/docs/migrations/" class="">Migrate your blog →</a>
|
<a href="/docs/migrations/">Migrate your blog →</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -80,7 +80,7 @@ overview: true
|
||||||
<div class="pane-content">
|
<div class="pane-content">
|
||||||
<h2 class="center-on-mobiles"><strong>Free hosting</strong> with GitHub Pages</h2>
|
<h2 class="center-on-mobiles"><strong>Free hosting</strong> with GitHub Pages</h2>
|
||||||
<p>Sick of dealing with hosting companies? <a href="http://pages.github.com/">GitHub Pages</a> are <em>powered by Jekyll</em>, so you can easily deploy your site using GitHub for free—<a href="https://help.github.com/articles/setting-up-a-custom-domain-with-pages">custom domain name</a> and all.</p>
|
<p>Sick of dealing with hosting companies? <a href="http://pages.github.com/">GitHub Pages</a> are <em>powered by Jekyll</em>, so you can easily deploy your site using GitHub for free—<a href="https://help.github.com/articles/setting-up-a-custom-domain-with-pages">custom domain name</a> and all.</p>
|
||||||
<a href="http://pages.github.com/" class="">Learn more about GitHub Pages →</a>
|
<a href="http://pages.github.com/">Learn more about GitHub Pages →</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
|
|
Loading…
Reference in New Issue