summaryrefslogtreecommitdiff
path: root/client/templates/layout.html
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-06-29 12:52:48 +0300
committerYuval Adam <yuval@y3xz.com>2015-06-29 12:52:48 +0300
commit7b35b04196c6dce495a67dbe68cd117a5cfc13d7 (patch)
tree9b14cc5de4d825de746f2245caa8924e6a425c89 /client/templates/layout.html
parent162922aae001ede41c8fd24d782313e9083d6938 (diff)
About link and some about page styles
Diffstat (limited to 'client/templates/layout.html')
-rw-r--r--client/templates/layout.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/templates/layout.html b/client/templates/layout.html
index efd6189..45b3bb4 100644
--- a/client/templates/layout.html
+++ b/client/templates/layout.html
@@ -1,4 +1,7 @@
<template name="layout">
+ <div class="about-link">
+ <a href="/about">i</a>
+ </div>
<div class="page">
{{> yield}}
</div>