diff options
author | Russ Cox <rsc@golang.org> | 2020-03-15 16:48:51 -0400 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2020-03-17 20:58:51 +0000 |
commit | e4f77898db3ae6edb47a6acebdf7e04952b73124 (patch) | |
tree | 8064891015e231961fecefa7b9a35ada270d08d4 /content/toward-go2 | |
parent | 972d42d925e6cae3f8eebd9b21d445e06c2eb386 (diff) |
content: inline small .html directives
Now that the blog can handle Markdown,
minor HTML adjustments can be made directly
in the article files, so inline those instead of
using .html commands.
Change-Id: I5069f18ab98b38cdb8528ae2d5529abf06baf1ef
Reviewed-on: https://go-review.googlesource.com/c/blog/+/223600
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Andrew Bonventre <andybons@golang.org>
Diffstat (limited to 'content/toward-go2')
-rw-r--r-- | content/toward-go2/div-end.html | 1 | ||||
-rw-r--r-- | content/toward-go2/div-indent.html | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/content/toward-go2/div-end.html b/content/toward-go2/div-end.html deleted file mode 100644 index 04f5b84..0000000 --- a/content/toward-go2/div-end.html +++ /dev/null @@ -1 +0,0 @@ -</div> diff --git a/content/toward-go2/div-indent.html b/content/toward-go2/div-indent.html deleted file mode 100644 index 627d871..0000000 --- a/content/toward-go2/div-indent.html +++ /dev/null @@ -1 +0,0 @@ -<div style="margin-left: 2em;"> |