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/7years.article | |
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/7years.article')
-rw-r--r-- | content/7years.article | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/7years.article b/content/7years.article index e46cc37..2a1dae2 100644 --- a/content/7years.article +++ b/content/7years.article @@ -7,7 +7,7 @@ rsc@golang.org ## -.html 7years/gopherbelly.html +<img src="7years/gopherbelly300.jpg" align="right"> Today marks seven years since we open-sourced our preliminary sketch of Go. With the help of the open source community, including more than a thousand |