about summary refs log tree commit diff
path: root/content/posts
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts')
-rw-r--r--content/posts/2021-01-11-openring.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/content/posts/2021-01-11-openring.md b/content/posts/2021-01-11-openring.md
index ccb8e1e..17bb15d 100644
--- a/content/posts/2021-01-11-openring.md
+++ b/content/posts/2021-01-11-openring.md
@@ -3,19 +3,19 @@ categories: [blog]
 date:   2021-01-11 15:51:31 +0700
 lang: en
 translationKey: "openring-tutor"
-tags: [rss, [blog], openring, tutorial]
+tags: [rss, blog, openring, tutorial]
 title:  "Using openring to add [blog]s you follow"
 ---
 
 You may notice that now my [blog] now has a new section near the footer: a list of articles
-from [blog]s I follow.  This is generated by [openring],
+from blogs I follow.  This is generated by [openring],
 a tool that read a list of RSS feeds and generate these.
 
-I found out about this when reading [Drew DeVault's [blog]][ddvault]
+I found out about this when reading [Drew DeVault's blog][ddvault]
 (who created openring).  I think it is a nice way
 to endorse authors we want to support and share cool things we read to our audience.
 
-In this [blog], I will write a tutorial to use this with jekyll.
+In this blog, I will write a tutorial to use this with jekyll.
 
 # Install openring
 
@@ -65,7 +65,7 @@ with a little modification:
 
 - I wrap it in a `div.wrapper`. The `wrapper` class is a class in minima theme that limit the max width for readability and auto-collapse on smaller devices.
 - I use `footer-col` for each class. Since this is also styled by minima, I don't have to worry about it.
-- I added a thin border around each article with the following sass (also modified from DeVault's [blog])
+- I added a thin border around each article with the following sass (also modified from DeVault's blog)
 
 ```scss
 ---