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="info-block">
<div class="row"> <div class="row">
<div class="col"><h2>{{ page.title }}</h2> <div class="col"><h2>{{ page.title }}</h2>
<p class="author">{% t blog.author %}: {% if page.author %}{{page.author}}{% else %}{{site.author}}{% endif%}</p> <p class="author">{% t blog.author %}: {% if page.author %}{{page.author}}{% else %}{{site.author}}{% endif%}</p></div>
<p id="post-meta">{% t blog.date %} : {{ page.date }}</p> <p>{{ page.date | date: '%B %d, %Y' }}</p>
</div>
</div> </div>
<div> <div>
{{content}} {{content}}

View file

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

View file

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

View file

@ -6,8 +6,6 @@ tags: [dev diaries, core, crypto]
author: dEBRUYNE / fluffypony author: dEBRUYNE / fluffypony
--- ---
*July 9th, 2017*
# Overview # Overview
An overview [can be found on MoneroBase](https://monerobase.com/wiki/DevMeeting_2017-07-09). 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 author: dEBRUYNE / fluffypony
--- ---
*July 16th, 2017*
# Logs # 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! **\<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] tags: [dev diaries, i2p, crypto]
author: dEBRUYNE / fluffypony author: dEBRUYNE / fluffypony
--- ---
*July 23th, 2017*
# Logs # Logs
**\<anonimal>** 1. Greetings **\<anonimal>** 1. Greetings

View file

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

View file

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

View file

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

View file

@ -6,8 +6,6 @@ tags: [dev diaries, core, crypto]
author: dEBRUYNE / fluffypony author: dEBRUYNE / fluffypony
--- ---
*August 6th, 2017*
# Overview # Overview
An overview can be found on [MoneroBase](https://monerobase.com/wiki/DevMeeting_2017-08-06). 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 author: dEBRUYNE / fluffypony
--- ---
*August 13th, 2017*
# Logs # Logs
**\<sgp>** Meeting is starting **\<sgp>** Meeting is starting

View file

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