Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 650 Bytes

File metadata and controls

25 lines (21 loc) · 650 Bytes
layout page
title Ubuntu Related
permalink /ubuntu/
description Using the Ubuntu operating system to develop software.

{% for post in site.posts %} {% if post.meta contains 'ubuntu' %}

{{ post.title }}

{{ post.date | date: "%b %-d, %Y" }}

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

{% endif %} {% endfor %}

{% include signup.html %}