diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-23 10:28:01 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-23 10:28:01 +0300 |
commit | e986fbc884fd12733d185f34a997256377a2e351 (patch) | |
tree | 81923cfe67d57f6791dff20f0ddedf6a55542da6 /notes/index.html | |
parent | remove icons from navbar, it's cringe (diff) | |
download | blog-e986fbc884fd12733d185f34a997256377a2e351.tar.gz blog-e986fbc884fd12733d185f34a997256377a2e351.zip |
notes: reword the intro
Diffstat (limited to 'notes/index.html')
-rw-r--r-- | notes/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notes/index.html b/notes/index.html index eff0e44..42ff009 100644 --- a/notes/index.html +++ b/notes/index.html @@ -5,7 +5,7 @@ navbar: priority: 3 --- {% if site.notes.size != 0 %} - <p>This is a complete list of notes I maintain for my personal usage.</p> + <p>Style guides and best practices, not worthy of a post.</p> <ul> {% comment %} Sorting can be done in _config.yml with Jekyll 4.0 or later. |