mirror of
https://github.com/mgrove36/bbc-young-reporter.git
synced 2026-03-03 11:27:06 +00:00
Implement Jekyll
This commit is contained in:
21
authors/name.md
Normal file
21
authors/name.md
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
title: BBC Young Reporter
|
||||
categories: authors
|
||||
layout: article-list
|
||||
---
|
||||
|
||||
<div class="mdc-card">
|
||||
<div class="mdc-card__media mdc-card__media--16-9" style="background-image:url('/images/article_name--cover.jpg');"></div>
|
||||
<div class="mdc-card-content">
|
||||
<h2 class="mdc-typography--headline6">Title</h2>
|
||||
<h3 class="mdc-typography--subtitle2">
|
||||
<time class="timeago" datetime="2018-11-21T07:08:0Z">Wednesday 21st November 2018</time>
|
||||
| by <a href="/authors/name">Name</a>
|
||||
</h3>
|
||||
</div>
|
||||
<div class="mdc-card__actions">
|
||||
<div class="mdc-card__action-buttons">
|
||||
<button class="mdc-button mdc-card__action mdc-card__action--button" data-mdc-auto-init="MDCRipple" onclick="window.location='/articles/article_name';">Read</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
0
authors/name.md~
Normal file
0
authors/name.md~
Normal file
Reference in New Issue
Block a user