Last active
February 12, 2017 22:17
-
-
Save yonibot/50ca8388e61a9ec8dbb50b41685931ab 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
| <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