Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 697 Bytes

File metadata and controls

17 lines (16 loc) · 697 Bytes

File Front Matter

The Front Matter is the section at the top files that will be processed by Jekyll and looks similar to:

---
layout: post
author: Josh Powell
title: "Collaborating Toward Open Contracting"
excerpt: Last week, Tom Steinberg caused a buzz in the open data community with his strong commentary on...
thumbnail: assets/post-images/handshake.jpg
thumbnail-alt: 'handshake'
categories: [Innovation, Open Data]
---

It can contain various types of information for the current page. For more information see the Jekyll Front Matter Documentation page, the frontmatter documentation page or create an issue.