Add conditional avatar

This commit is contained in:
Hristo Yankov 2016-02-07 18:22:13 +02:00
parent b997416526
commit 726508dd95
3 changed files with 11 additions and 9 deletions

View file

@ -1,4 +1,5 @@
---
show-avatar: true
common-css:
- "/css/bootstrap.min.css"
- "/css/main.css"
@ -15,11 +16,11 @@ common-js:
<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body>
{% include nav.html %}
<div role="main" class="container main-content">
@ -27,8 +28,8 @@ common-js:
</div>
{% include footer.html %}
{% include footer-scripts.html %}
</body>
</html>