-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
625c54e
commit aa4f79b
Showing
10 changed files
with
53 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<nav> | ||
{% set menus = Content.getMenu("") %} | ||
<ul> | ||
{{ menus | raw }} | ||
</ul> | ||
{% for menu in menus %} | ||
<a href="{{ menu.url }}">{{ menu.name }} {% for menu in menu.children %} <a href="{{ menu.url }}">{{ menu.name }}</a> {% endfor %} </a> | ||
{% endfor %} | ||
</div> | ||
</nav> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,5 @@ | ||
|
||
<div class="row"> | ||
<div class="col-sm-10 col-lg-9"> | ||
<h1 class="mb-3"><span>Featured Article</span></h1> | ||
<div class="large text-center" onclick="document.location.href = '/content/article/{{ article.slug }}';"> | ||
<a class="title" href="/content/article/{{ article.slug }}">{{ article.title }}</a> | ||
<div class="text-muted text-right">{{ article.author }} / {{ article.publishedDate }}</div> | ||
<img src="{{ article.image }}" /> | ||
<p>{{ article.description | raw }}</p> | ||
</div> | ||
</div> | ||
<div class="col-sm-2 col-lg-3 pt-2"> | ||
{{ magazine | raw }} | ||
{% include "snippets/mailchimp.twig" %} | ||
</div> | ||
</div> | ||
<h3>{{ article.title }}<br> <sub>{{ article.publishedDate }} by {{ article.author }} </sub></h3> | ||
<a href="{{ article.url }}"> | ||
<img src="{{ article.image }}"/> | ||
</a> | ||
<p> {{ article.content | raw }}</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,5 @@ | ||
|
||
<ul class="medium" > | ||
|
||
<li style="list-style-type: none;"> | ||
<div class="aligncenter"> | ||
<img src="{{ article.image }}"> | ||
<h3 class="widget-title"><a href="https://dev.dartsworld.com/exclusive-bunting-wants-double-celebration/">Exclusive: Bunting Wants Double Celebration.</a></h3> | ||
<h5>tags / author / date </h5> | ||
</div> | ||
</li> | ||
<li> | ||
<p>some text from snippet here</p> | ||
</li> | ||
</ul> | ||
<h3>{{ article.title }}<br> <sub>{{ article.publishedDate }} by {{ article.author }} </sub></h3> | ||
<a href="{{ article.url }}"> | ||
<img src="{{ article.image }}"/> | ||
</a> | ||
<p> {{ article.description | raw }}</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<div class="col-sm-3 col-lg-3"> | ||
<div class="medium" onclick="document.location.href = '/content/article/{{ article.slug }}';"> | ||
<img src="{{ article.image }}"/> | ||
<a class="title" href="/content/article/{{ article.slug }}">{{ article.title }}</a> | ||
<span class="d-flex flex-row justify-content-between"><strong>{{ article.author }}</strong> <small>{{ article.publishedDate }}</small></span> | ||
<p>{{ article.description | raw }}</p> | ||
</div> | ||
</div> | ||
<h3>{{ article.title }}<br> <sub>{{ article.publishedDate }} by {{ article.author }} </sub></h3> | ||
<a href="{{ article.url }}"> | ||
<img src="{{ article.image }}"/> | ||
</a> | ||
<p> {{ article.description | raw }}</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,5 @@ | ||
<div class="col-sm-3 col-lg-3"> | ||
<div class="mini row" onclick="document.location.href = '/content/article/{{ article.slug }}';"> | ||
<div class="col text-right"><img src="{{ article.image }}" /></div> | ||
<div class="col flex-column"> | ||
<h5><a href="/content/article/{{ article.slug }}">{{ article.title }}</a></h5> | ||
<cite class="text-muted"><small>{{ article.publishedDate }}</small></cite> | ||
</div> | ||
</div> | ||
</div> | ||
<h3>{{ article.title }}<br> <sub>{{ article.publishedDate }} by {{ article.author }} </sub></h3> | ||
<a href="{{ article.url }}"> | ||
<img src="{{ article.image }}"/> | ||
</a> | ||
<p> {{ article.description | raw }}</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
<div class="col-sm-6 col-lg-6"> | ||
<div class="small" onclick="document.location.href = '/content/article/{{ article.slug }}';"> | ||
<img src="{{ article.image }}" /> | ||
<div class="px-2"> | ||
<a class="title" href="/content/article/{{ article.slug }}">{{ article.title }}</a> | ||
<p><span class="d-block"><strong>{{ article.publishedDate }}</strong></span>{{ article.description | raw }}</p> | ||
</div> | ||
</div> | ||
</div> | ||
<h3>{{ article.title }}<br> <sub>{{ article.publishedDate }} by {{ article.author }} </sub></h3> | ||
<a href="{{ article.url }}"> | ||
<img src="{{ article.image }}"/> | ||
</a> | ||
<p> {{ article.description | raw }}</p> | ||
|
||
|
||
|