mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
Modified post layout with correct date formatting
This commit is contained in:
parent
4a0f93cd62
commit
8644368361
12 changed files with 3 additions and 26 deletions
|
@ -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}}
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [community, crypto]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*July 2nd, 2017*
|
||||
|
||||
# Logs
|
||||
|
||||
**\<rehrar>** Alright, does everyone have their shrimp tacos?
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, i2p, crypto]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*July 9th, 2017*
|
||||
|
||||
# Logs
|
||||
|
||||
**\<anonimal>** 1. Greetings
|
||||
|
|
|
@ -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).
|
||||
|
|
|
@ -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!
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, i2p, crypto]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*July 23th, 2017*
|
||||
|
||||
# Logs
|
||||
|
||||
**\<anonimal>** 1. Greetings
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, core, crypto]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*July 23th, 2017*
|
||||
|
||||
# Overview
|
||||
|
||||
There is no overview for this week.
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [community, crypto]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*July 30th, 2017*
|
||||
|
||||
# Logs
|
||||
|
||||
**\<rehrar>** Alright people, here am I.
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [dev diaries, i2p, crypto]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*August 6th, 2017*
|
||||
|
||||
# Logs
|
||||
|
||||
**\<anonimal>** Alright, meeting time.
|
||||
|
|
|
@ -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).
|
||||
|
|
|
@ -6,8 +6,6 @@ tags: [community, crypto]
|
|||
author: dEBRUYNE / fluffypony
|
||||
---
|
||||
|
||||
*August 13th, 2017*
|
||||
|
||||
# Logs
|
||||
|
||||
**\<sgp>** Meeting is starting
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue