Maintenance and a little bit more content
- added favicon - changes to the gulp sprite module - changes to gulp linting - fixed javascript scroll function and added setup function content - fixed javascript indentation - new error pages - changed css for link colors - fixed css sprites
This commit is contained in:
parent
8d9f440ac2
commit
90894f3253
35 changed files with 273 additions and 200 deletions
13
source/templates/hippie/macros/footer-status.njk
Normal file
13
source/templates/hippie/macros/footer-status.njk
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<!-- footer-status.macro -->
|
||||
{% macro footer(email='admin@domain.tld', app='Application', version='ver.s.ion', system='System Name', domain='domain.tld:port', type) %}
|
||||
|
||||
{% if not type or type == 'status' %}
|
||||
<footer class="pos_abs pin_bottom width_full">
|
||||
<address class="txt_center">Kontakt: <a class="lineLink" href="mailto:{{ email }}">{{ email }}</a> * Server: {{ app }}/{{ version }} ({{ system }}) * Domain: {{ domain }}</address>
|
||||
</footer>
|
||||
{% else %}
|
||||
<footer class="pos_abs pin_bottom width_full">
|
||||
<p>Platzhalter unten fixiert</p>
|
||||
</footer>
|
||||
{% endif %}
|
||||
{% endmacro %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue