aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-23 10:25:00 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-23 10:25:00 +0300
commit797f9ca6baf045cd92198f2e5086e80809c4e28e (patch)
tree9400c7367e5ea89b1fb69158b774cb2d0ff77cc9
parentindex.html: hide the sidebar (diff)
downloadblog-797f9ca6baf045cd92198f2e5086e80809c4e28e.tar.gz
blog-797f9ca6baf045cd92198f2e5086e80809c4e28e.zip
remove icons from navbar, it's cringe
-rw-r--r--all/index.html1
-rw-r--r--index.html1
-rw-r--r--notes/index.html1
3 files changed, 0 insertions, 3 deletions
diff --git a/all/index.html b/all/index.html
index 4773086..df8d35e 100644
--- a/all/index.html
+++ b/all/index.html
@@ -3,7 +3,6 @@ title: Archive
layout: default
navbar:
link: Archive
- icon: th-list
priority: 2
---
{% include categories/all.html %}
diff --git a/index.html b/index.html
index 656f7be..28dda65 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,6 @@ title: Main page
layout: default
navbar:
link: Blog
- icon: home
priority: 1
paginated: true
sidebar:
diff --git a/notes/index.html b/notes/index.html
index ffcff44..eff0e44 100644
--- a/notes/index.html
+++ b/notes/index.html
@@ -2,7 +2,6 @@
title: Notes
navbar:
link: Notes
- icon: search
priority: 3
---
{% if site.notes.size != 0 %}