Remove time from dates
This commit is contained in:
parent
335c0d5efa
commit
5f0378ac01
9 changed files with 9 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
date: {{ substr .Date 0 10 }}
|
||||
---
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: "Automatically Update Matomo Excluded IPs"
|
||||
date: 2022-02-28T14:54:56-08:00
|
||||
date: 2022-02-28
|
||||
tags:
|
||||
- programming
|
||||
description: "Going into Matomo to manually update excluded IPs to prevent your own visits from being counted is a pain. Learn how to write a command that updates them so you don’t have to!"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: "Cleaning Up HTML with Tidy"
|
||||
date: 2022-01-24T13:04:45-08:00
|
||||
date: 2022-01-24
|
||||
tags:
|
||||
- programming
|
||||
description: "Static site generators such as Hugo create incredibly messy HTML output. Luckily, HTML tidy can make your ugly markup pristine, even removing comments! Let’s learn how to use tidy and configure it to your needs."
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: "Creating a Firefox PWA for Discord on Linux"
|
||||
date: 2022-07-01T18:17:51-07:00
|
||||
date: 2022-07-01
|
||||
tags:
|
||||
- programming
|
||||
---
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: "Final Fantasy Japanese Playthrough: Part 1"
|
||||
date: 2022-01-27T20:55:43-08:00
|
||||
date: 2022-01-27
|
||||
tags:
|
||||
- japanese
|
||||
- ff
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: "Furigana in Markdown Using Regular Expressions"
|
||||
date: 2022-01-23T14:47:56-08:00
|
||||
date: 2022-01-23
|
||||
tags:
|
||||
- japanese
|
||||
- programming
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: "How to Configure Vim for Writing"
|
||||
date: 2022-06-13T13:55:12-07:00
|
||||
date: 2022-06-13
|
||||
tags:
|
||||
- programming
|
||||
- writing
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: "ウォルマートの[悪]{あく}[習]{しゅう}[慣]{かん}"
|
||||
date: 2022-07-03T14:44:23-07:00
|
||||
date: 2022-07-04
|
||||
tags:
|
||||
- nihongo
|
||||
slug: the-evils-of-walmart
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: "バナナはなんで[放]{ほう}[射]{しゃ}を[放]{ほう}[出]{しゅつ}しているか?"
|
||||
date: 2022-06-25T23:06:17-07:00
|
||||
date: 2022-06-25
|
||||
tags:
|
||||
- nihongo
|
||||
description: バナナはなんで放射性が放出しているのを疑問に思うかもしれません。
|
||||
|
|
Loading…
Add table
Reference in a new issue