1
0
Fork 0
This repository has been archived on 2024-12-30. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
pelican-alchemy/alchemy/templates/header.html
Raymond Wanyoike b12b50104e Initial templates
2013-11-24 20:53:19 +03:00

11 lines
301 B
HTML

<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>