summaryrefslogtreecommitdiff
path: root/template/profile.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/profile.st')
-rw-r--r--template/profile.st7
1 files changed, 2 insertions, 5 deletions
diff --git a/template/profile.st b/template/profile.st
index 7bad5cd..5278e77 100644
--- a/template/profile.st
+++ b/template/profile.st
@@ -51,18 +51,15 @@
<br> <h3>contact info</h3>
$if(contact)$
<div id="contact" class="linkify">$contact$</div>
-
$else$
-<img src="/static/img/noinfo.png">
-
+ <img id="contact" src="/static/img/noinfo.png">
$endif$
<br>
<h3>bio</h3>
$if(bio)$
<div id="bio" class="linkify">$bio$</div>
$else$
-
-<img src="/static/img/noinfo.png">
+ <img id="bio" src="/static/img/noinfo.png">
$endif$
</div>