Use .twig instead of .html.twig
This commit is contained in:
parent
91e76cad66
commit
3465efe014
|
@ -1,4 +1,4 @@
|
|||
{% extends 'default.html.twig' %}
|
||||
{% extends 'default.twig' %}
|
||||
|
||||
{% block body_classes 'page--blog page--blog__post' %}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "default.html.twig" %}
|
||||
{% extends "default.twig" %}
|
||||
|
||||
{% block body_classes 'page--talks page--talks__talk' %}
|
||||
|
Loading…
Reference in a new issue