Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 726 Bytes

File metadata and controls

26 lines (22 loc) · 726 Bytes
redirect_from /tag/windows-app/
layout page
title Windows Universal App Development
permalink /windows-app/
description Windows 10 Universal application development and testing.

{% for post in site.posts %} {% if post.meta contains 'windows-app' %}

<h2>
	<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
</h2>
• <span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span>
<p>

	{{ post.excerpt | remove: '<p>' | remove: '</p>' }} <br/><span class="fi-page"></span> <a href="{{ post.url | prepend: site.baseurl }}">Read More...</a>
</p>
{% endif %} {% endfor %}

{% include signup.html %}