diff options
| -rw-r--r-- | app/views/layouts/application.html.erb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index a7e831a..2b66dbb 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb | |||
| @@ -44,7 +44,9 @@ | |||
| 44 | <%= link_to t(:sponsors), content_path("sponsors") %> | 44 | <%= link_to t(:sponsors), content_path("sponsors") %> |
| 45 | </p> | 45 | </p> |
| 46 | <p id="quote"> | 46 | <p id="quote"> |
| 47 | <em>»They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.«</em> Benjamin Franklin | 47 | <em>»They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.«</em> |
| 48 | <br /> | ||
| 49 | Benjamin Franklin | ||
| 48 | </p> | 50 | </p> |
| 49 | </div> | 51 | </div> |
| 50 | </div> | 52 | </div> |
