aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_templates/layout.html
blob: 08baa3ec58de51df824099d4306f672bfbaa34ac (plain)
1
2
3
4
5
{# Import the theme's layout. #}
{% extends "!layout.html" %}

{# Custom CSS overrides #}
{% set bootswatch_css_custom = ['_static/my-styles.css'] %}