Skip to content

Commit 4430b11

Browse files
committed
Backfill post authors
1 parent f3e7560 commit 4430b11

11 files changed

+12
-3
lines changed

.bundle/config

Lines changed: 0 additions & 2 deletions
This file was deleted.

_layouts/post.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
---
44
<article>
55
<h1>{{ page.title }}</h1>
6-
<div class="post-meta sect1">{{ page.date | date: "%b %-d, %Y" }}</div>
6+
<div class="post-meta sect1">
7+
{{ page.author}}, {{ page.date | date: "%b %-d, %Y" }}
8+
</div>
79
{{ content }}
810
</article>

blog/_posts/2019-10-16-finance.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= Cost of rust-analyzer
2+
@matklad
23
:sectanchors:
34
:page-layout: post
45
:redirect_from: /2019/10/16/finance.html

blog/_posts/2019-11-13-find-usages.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= Find Usages
2+
@matklad
23
:sectanchors:
34
:page-layout: post
45
:redirect_from: /2019/11/13/find-usages.html

blog/_posts/2020-02-11-2019-financial-report.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= 2019 Financial Report
2+
@matklad
23
:sectanchors:
34
:page-layout: post
45

blog/_posts/2020-03-30-macros-vs-rename.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= Macros vs Rename
2+
@matklad
23
:sectanchors:
34
:page-layout: post
45

blog/_posts/2020-04-20-first-release.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= First Release
2+
@matklad
23
:sectanchors:
34
:experimental:
45
:page-layout: post

blog/_posts/2020-05-18-next-few-years.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= Next Few Years
2+
@matklad
23
:sectanchors:
34
:experimental:
45
:page-layout: post

blog/_posts/2020-07-20-three-architectures-for-responsive-ide.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= Three Architectures for a Responsive IDE
2+
@matklad
23
:sectanchors:
34
:experimental:
45
:page-layout: post

blog/_posts/2020-08-20-financial-report.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= 2020[..6] Financial Report
2+
@matklad
23
:sectanchors:
34
:page-layout: post
45

0 commit comments

Comments
 (0)