Remove empty classes.

This commit is contained in:
XhmikosR 2014-03-12 09:36:18 +02:00
parent 76e89dae32
commit 0d70d97eeb
2 changed files with 5 additions and 5 deletions

View File

@ -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>

View File

@ -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 &rarr;</a> <a href="/docs/usage/">How Jekyll works &rarr;</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">&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">&amp;</span> CSS go in. Static sites come out ready for deployment.</p>
<a href="/docs/templates/" class="">Jekyll template guide &rarr;</a> <a href="/docs/templates/">Jekyll template guide &rarr;</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 &rarr;</a> <a href="/docs/migrations/">Migrate your blog &rarr;</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&mdash;<a href="https://help.github.com/articles/setting-up-a-custom-domain-with-pages">custom domain name</a> and&nbsp;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&mdash;<a href="https://help.github.com/articles/setting-up-a-custom-domain-with-pages">custom domain name</a> and&nbsp;all.</p>
<a href="http://pages.github.com/" class="">Learn more about GitHub Pages &rarr;</a> <a href="http://pages.github.com/">Learn more about GitHub Pages &rarr;</a>
</div> </div>
</div> </div>
<div class="clear"></div> <div class="clear"></div>