-
-
Save pkriete/6212796 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<section class="related_projects"> | |
<h2>Related Projects</h2> | |
{projects_related} | |
{if projects_related:no_results} | |
There are no related projects. | |
{/if} | |
{if projects_related:count == "1"} | |
<ul class="slats"> | |
{/if} | |
<li> | |
<figure class="project_related"> | |
<a href="{projects_related:title_permalink='projects/view'}"><img src="{projects_related:project_splash}" width="" height="" alt="{projects_related:title} Screenshot"></a> | |
<figcaption><a href="{projects_related:title_permalink='projects/view'}">{projects_related:title}</a></figcaption> | |
</figure> | |
</li> | |
{if projects_related:count == projects_related:total_results} | |
</ul> | |
{/if} | |
{/projects_related} | |
</section> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment