Update frontpage.html
This commit is contained in:
parent
e2fea91ce7
commit
c24713a90e
1 changed files with 4 additions and 1 deletions
|
|
@ -17,8 +17,11 @@ format: blog-index
|
|||
{% if page.callforaction.url contains 'http' %}
|
||||
{% assign url = '' %}
|
||||
{% else %}
|
||||
{% if page.callforaction.url contains 'https' %}
|
||||
{% assign url = '' %}
|
||||
{% else %}
|
||||
{% assign url = site.url %}
|
||||
{% endif %}
|
||||
{% endif %}{% endif %}
|
||||
{% if page.callforaction %}
|
||||
<div class="row t60 b60">
|
||||
<div class="small-12 text-center columns">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue