mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Initial templates
This commit is contained in:
parent
e43301b65e
commit
b12b50104e
5 changed files with 131 additions and 0 deletions
11
alchemy/templates/header.html
Normal file
11
alchemy/templates/header.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<div id="header">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-4">
|
||||
<a class="site-logo" href="{{ SITEURL }}" title="{{ SITENAME|striptags }}">
|
||||
<img class="img-responsive" src="{{ PROFILE_IMAGE_URL }}">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue