From e4f77898db3ae6edb47a6acebdf7e04952b73124 Mon Sep 17 00:00:00 2001
From: Russ Cox <rsc@golang.org>
Date: Sun, 15 Mar 2020 16:48:51 -0400
Subject: 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>
---
 content/toward-go2/div-end.html    | 1 -
 content/toward-go2/div-indent.html | 1 -
 2 files changed, 2 deletions(-)
 delete mode 100644 content/toward-go2/div-end.html
 delete mode 100644 content/toward-go2/div-indent.html

(limited to 'content/toward-go2')

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;">
-- 
cgit v1.2.3