Skip to content
This repository was archived by the owner on Apr 7, 2019. It is now read-only.

Commit fc53819

Browse files
committed
setting up homepage emergency demo
1 parent 16fe2ba commit fc53819

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dist/_patterns/03-templates/01-homepage.twig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% extends "templates-site" %}
22
{% block content %}
33
{% if emergency %}
4-
{% include "molecules-alert:error" %}
4+
{% include "molecules-alert" with emergency %}
55
{% endif %}
66
{% if hero %}
77
{% include "molecules-block-hero" %}
@@ -16,7 +16,7 @@
1616
</div><!--end 3up-->
1717

1818
<hr/>
19-
19+
2020
<div class="l-two-col">
2121
<div class="l-main">
2222
<section class="section latest-posts">
@@ -34,4 +34,4 @@
3434
{% include "organisms-recent-tweets" %}
3535
</div><!--end .l-sidebar-->
3636
</div><!--end .l-two-col-->
37-
{% endblock %}
37+
{% endblock %}

dist/_patterns/04-pages/00-homepage~emergency.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"emergency": {
3-
"alertClass" : "error",
3+
"styleModifier" : "error",
44
"excerpt" : {
55
"short" : "Emergency! This is a variation of the core homepage template."
66
}

0 commit comments

Comments
 (0)