Skip to content

Commit

Permalink
Added ilovefs-valentine's day banner
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Feb 11, 2014
1 parent 4a67734 commit 0c2e8ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Handler/Root.hs
Expand Up @@ -22,3 +22,6 @@ nofacebookme_png = StaticRoute ["no-facebook-me.png"] []

haskeller_logo :: StaticRoute
haskeller_logo = StaticRoute ["haskeller.png"] []

ilovefs :: StaticRoute
ilovefs = StaticRoute ["ilovefs-banner-extralarge.png"] []
Binary file added static/ilovefs-banner-extralarge.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions templates/root.hamlet
@@ -1,3 +1,5 @@
<div style="text-align: center">
<a href="http://ilovefs.org"><img src=@{StaticR ilovefs} style="border: 0 !important;" alt="I love Free Software!"></a>
<h2>Letzte Posts
$forall Entity _ post <- posts
$maybe Entity _ category <- findCat post cats
Expand Down

0 comments on commit 0c2e8ad

Please sign in to comment.