Get rid of trailing whitespace.

This commit is contained in:
Niels G. W. Serup 2016-08-25 02:46:23 +02:00
parent 6f76333567
commit 8958c15d62
2 changed files with 9 additions and 9 deletions

View File

@ -9,14 +9,14 @@
<div id="body-behind"><div></div></div> <div id="body-behind"><div></div></div>
<div id="body"> <div id="body">
<header> <header>
<h1><a href="/">media.metanohi.name</a></h1> <h1><a href="/">media.metanohi.name</a></h1>
<p> <p>
This is my media collection. I am involved in all of these This is my media collection. I am involved in all of these
productions in some way. productions in some way.
</p> </p>
<p class="signature"> <p class="signature">
<a href="http://metanohi.name/about">Niels</a> <a href="http://metanohi.name/about">Niels</a>
</p> </p>
</header> </header>
{content} {content}

View File

@ -2,6 +2,6 @@
<h2>{title}</h2> <h2>{title}</h2>
<h3>{year}</h3> <h3>{year}</h3>
<p>{description}</p> <p>{description}</p>
{video} {video}
</div> </div>