Skip to content

Instantly share code, notes, and snippets.

@yonibot
Last active February 12, 2017 22:17
Show Gist options
  • Select an option

  • Save yonibot/50ca8388e61a9ec8dbb50b41685931ab to your computer and use it in GitHub Desktop.

Select an option

Save yonibot/50ca8388e61a9ec8dbb50b41685931ab to your computer and use it in GitHub Desktop.
<Row gutter={16}>
<Col span={6}>
Last updated by <strong>{ entry.lastUpdatedBy }</strong>, <em>{ entry.updatedAt }</em>
</Col>
<Col span={18}>
<h2>{ entry.title }</h2>
<p><Icon type="tags-o" style={{fontSize: '15px'}} /> { tagLinks }</p>
<p>{ entry.body }</p>
</Col>
</Row>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment