We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd278f commit 179c076Copy full SHA for 179c076
_includes/hero.html
@@ -1,6 +1,13 @@
1
-<section class="hero-block slash-shadow block-{{ page.hero-translucancy }} {{ page.colour }}-bg slash-{{ page.hero-slash-angle }}">
+{% if page.layout == 'home' %}
2
+ <section class="hero-block">
3
+{% else %}
4
+ <section class="hero-block slash-shadow block-{{ page.hero-translucancy }} {{ page.colour }}-bg slash-{{ page.hero-slash-angle }}">
5
+{% endif %}
6
+
7
8
<div class="hero-inner grid">
9
<h1 class="hero-title col-1-1">{% if page.hero-title %}{{page.hero-title}}{% else %}{{page.title}}{% endif %}</h1>
10
11
{% if page.hero-subtitle %}
12
<p class="hero-subtitle col-1-1">{{page.hero-subtitle}}</p>
13
{% endif %}
0 commit comments