diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-06-29 12:52:48 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-06-29 12:52:48 +0300 |
| commit | 7b35b04196c6dce495a67dbe68cd117a5cfc13d7 (patch) | |
| tree | 9b14cc5de4d825de746f2245caa8924e6a425c89 /client/templates/layout.html | |
| parent | 162922aae001ede41c8fd24d782313e9083d6938 (diff) | |
About link and some about page styles
Diffstat (limited to 'client/templates/layout.html')
| -rw-r--r-- | client/templates/layout.html | 3 |
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> |
