summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--site/news/index.html12
-rw-r--r--site/posts/SoupaultConfiguration.org8
2 files changed, 10 insertions, 10 deletions
diff --git a/site/news/index.html b/site/news/index.html
index 92c39c1..64d0626 100644
--- a/site/news/index.html
+++ b/site/news/index.html
@@ -1,4 +1,12 @@
<h1>News</h1>
-<ul id="index">
-</url>
+<ul>
+ <li>
+ On <strong>February 15, 2020</strong>, I have tagged and
+ released <code>colorless-themes-0.2</code>,
+ <code>nordless-theme-0.2</code>,
+ and <code>lavenderless-theme-0.2</code>. <br />
+ <a href="/news/ColorlessThemes-0.2">[Learn
+ more]</a>
+ </li>
+</ul>
diff --git a/site/posts/SoupaultConfiguration.org b/site/posts/SoupaultConfiguration.org
index 29807dc..a2ed313 100644
--- a/site/posts/SoupaultConfiguration.org
+++ b/site/posts/SoupaultConfiguration.org
@@ -22,14 +22,6 @@
doctype = "<!DOCTYPE html>"
clean_urls = true
-[index]
- index = true
- index_selector = "#index"
- index_date_selector = ".time"
- index_date_format = "%B %d, %Y"
- index_item_template = "<li><a class=\"title\" href=\"{{url}}\">{{{title}}}</a> <span class=\"date\">–&nbsp;{{date}}</span></li>"
- newest_entries_first = true
-
[widgets.page-title]
widget = "title"
selector = "h1"