summaryrefslogtreecommitdiff
path: root/client/templates/layout.html
diff options
context:
space:
mode:
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>