Skip to content

Commit 29a42a5

Browse files
committed
Add newt tags
1 parent 11d5299 commit 29a42a5

4 files changed

Lines changed: 5 additions & 1 deletion

File tree

content/blog/complex-type-syntax.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ date = 2016-04-25T01:23:42Z
44
description = ""
55
draft = false
66
slug = "complex-type-syntax"
7+
tags = ["newt"]
78
title = "New Complex Type Syntax"
89

910
+++
@@ -16,7 +17,7 @@ person {
1617
age:int,
1718
name {
1819
first:string,
19-
last:string
20+
last:string
2021
}
2122
}
2223
```

content/blog/mothballs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ date = 2018-12-27T02:25:05Z
44
description = ""
55
draft = false
66
slug = "mothballs"
7+
tags = ["newt"]
78
title = "Mothballs"
89

910
+++

content/blog/newt.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ date = 2017-12-31T05:30:07Z
44
description = ""
55
draft = false
66
slug = "newt"
7+
tags = ["newt"]
78
title = "newt does I/O"
89

910
+++

content/blog/presentations.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ date = 2016-04-17T01:21:37Z
44
description = ""
55
draft = false
66
slug = "presentations"
7+
tags = ["newt"]
78
title = "Presentations"
89

910
+++

0 commit comments

Comments
 (0)