diff options
Diffstat (limited to 'templates/homepage.html')
-rw-r--r-- | templates/homepage.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/homepage.html b/templates/homepage.html index 5004340..229cc61 100644 --- a/templates/homepage.html +++ b/templates/homepage.html @@ -47,11 +47,12 @@ <ul class="elsewhere"> <li> <a class="u-email" rel="me" href="mailto:user@example.com" - >user@example.com</a></li> + >user@example.com</a + > + </li> <li> <a class="u-url" rel="me" href="http://example.com">Example</a> </li> - </li> </ul> </section> </main> |