Modified post layout with correct date formatting

This commit is contained in:
rehrar 2017-09-18 17:47:52 -06:00
parent 4a0f93cd62
commit 8644368361
No known key found for this signature in database
GPG key ID: 9B252A4EF355CC8D
12 changed files with 3 additions and 26 deletions

View file

@ -28,9 +28,8 @@ layout: base
<div class="info-block">
<div class="row">
<div class="col"><h2>{{ page.title }}</h2>
<p class="author">{% t blog.author %}: {% if page.author %}{{page.author}}{% else %}{{site.author}}{% endif%}</p>
<p id="post-meta">{% t blog.date %} : {{ page.date }}</p>
</div>
<p class="author">{% t blog.author %}: {% if page.author %}{{page.author}}{% else %}{{site.author}}{% endif%}</p></div>
<p>{{ page.date | date: '%B %d, %Y' }}</p>
</div>
<div>
{{content}}

View file

@ -6,8 +6,6 @@ tags: [community, crypto]
author: dEBRUYNE / fluffypony
---
*July 2nd, 2017*
# Logs
**\<rehrar>** Alright, does everyone have their shrimp tacos?

View file

@ -6,8 +6,6 @@ tags: [dev diaries, i2p, crypto]
author: dEBRUYNE / fluffypony
---
*July 9th, 2017*
# Logs
**\<anonimal>** 1. Greetings

View file

@ -6,8 +6,6 @@ tags: [dev diaries, core, crypto]
author: dEBRUYNE / fluffypony
---
*July 9th, 2017*
# Overview
An overview [can be found on MoneroBase](https://monerobase.com/wiki/DevMeeting_2017-07-09).

View file

@ -6,8 +6,6 @@ tags: [community, crypto]
author: dEBRUYNE / fluffypony
---
*July 16th, 2017*
# Logs
**\<rehrar>** Heyo everyone! It's 18:30 UTC, so it's time to start. I'd like to extend a huge welcome to our third Monero community meeting!

View file

@ -5,9 +5,7 @@ summary: Brief review of what has been completed since last meeting, discussion
tags: [dev diaries, i2p, crypto]
author: dEBRUYNE / fluffypony
---
*July 23th, 2017*
# Logs
**\<anonimal>** 1. Greetings

View file

@ -6,8 +6,6 @@ tags: [dev diaries, core, crypto]
author: dEBRUYNE / fluffypony
---
*July 23th, 2017*
# Overview
There is no overview for this week.

View file

@ -6,8 +6,6 @@ tags: [community, crypto]
author: dEBRUYNE / fluffypony
---
*July 30th, 2017*
# Logs
**\<rehrar>** Alright people, here am I.

View file

@ -6,8 +6,6 @@ tags: [dev diaries, i2p, crypto]
author: dEBRUYNE / fluffypony
---
*August 6th, 2017*
# Logs
**\<anonimal>** Alright, meeting time.

View file

@ -6,8 +6,6 @@ tags: [dev diaries, core, crypto]
author: dEBRUYNE / fluffypony
---
*August 6th, 2017*
# Overview
An overview can be found on [MoneroBase](https://monerobase.com/wiki/DevMeeting_2017-08-06).

View file

@ -6,8 +6,6 @@ tags: [community, crypto]
author: dEBRUYNE / fluffypony
---
*August 13th, 2017*
# Logs
**\<sgp>** Meeting is starting

View file

@ -71,9 +71,7 @@ title: "User Guides"
<div class="row start-xs" markdown="1">
[How to solo mine with the GUI](solo_mine_GUI.html)
[How to mine on a pool with xmr-stak-cpu](mine-to-pool.html)
[Mining with Docker and XMRig](mining_with_xmrig_and_docker.html)
</div>