_includes/banner.html in jekyll-theme-consulting-0.6.9 vs _includes/banner.html in jekyll-theme-consulting-0.6.10

- old
+ new

@@ -5,9 +5,9 @@ <h1>{{ include.title }}</h1> {% if include.subtitle %}<p>{{ include.subtitle }}</p>{% endif %} </header> {% if include.description %}<p>{{ include.description }}</p>{% endif %} <ul class="actions"> - <li><a href="{{ include.button.url | default: '#' }}" class="button big scrolly">{{ include.button.label | default: 'Ask for advice!' }}</a></li> + <li><a href="{{ include.button.url | default: '#' }}" class="button primary big scrolly">{{ include.button.label | default: 'Ask for advice!' }}</a></li> </ul> </div> </section>