Add body class
This commit is contained in:
parent
e53b73b14d
commit
ff9b54a369
|
@ -7,7 +7,7 @@
|
|||
<title>{% if (page.front == true) and (site.subtitle) %}{{ site.subtitle }}{% else %}{{ page.title }}{% endif %} | {{ site.title }}</title>
|
||||
<link rel="stylesheet" href="{{ site.url }}/{{ theme_path('assets/css/styles.css') }}">
|
||||
</head>
|
||||
<body>
|
||||
<body{% if page.nav %} class="{{ page.nav }}"{% endif %}>
|
||||
{% include 'header' %}
|
||||
|
||||
{% block content_wrapper %}
|
||||
|
|
Reference in a new issue