latest changes
This commit is contained in:
9
tpl/page-tile.tpl
Normal file
9
tpl/page-tile.tpl
Normal file
@@ -0,0 +1,9 @@
|
||||
<div class="page-tile">
|
||||
<a href="{{ url }}">
|
||||
<img src="{{ thumbnail }}" alt="{{ title }}" />
|
||||
</a>
|
||||
<h2>
|
||||
<a href="{{ url }}">{{{ title }}}</a>
|
||||
</h2>
|
||||
<a href="{{ url }}" class="learn-more">Learn More {{#assetContents arrow-right.svg}}</a>
|
||||
</div>
|
||||
Reference in New Issue
Block a user