all repos — homestead @ 28bc0ad06a98be9d5b0ccf961e6b6a237fee7a9a

Code for my website

themes/bear/templates/base.html (view raw)



  
  
  
  
  
  {%- if config.generate_feed %}
  {% block rss -%}
  
  {%- endblock -%}
  {%- endif %}
  
  {% include "custom_head.html" ignore missing -%}


  {% include "header.html" ignore missing -%}
  {% block main %}{%- endblock -%}
  {% include "footer.html" ignore missing -%}
  {% include "custom_body.html" ignore missing -%}