Add conditional avatar
This commit is contained in:
parent
b997416526
commit
726508dd95
3 changed files with 11 additions and 9 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue