Skip to content

Commit

Permalink
Manual typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Sep 1, 2016
1 parent 06f116a commit 4c3586c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion state_data.json
@@ -1,3 +1,3 @@
{
"last_deploy": "2016-08-31T13:08:01.038458"
"last_deploy": "2016-09-01T12:57:09.568807"
}
4 changes: 2 additions & 2 deletions stories/manual.txt
Expand Up @@ -795,7 +795,7 @@ Sections are the newest feature for taxonomy, and are not supported in themes by

Sections are meant to be used to organize different parts of your blog, parts that are about different topics. Unlike tags, which you should have tens (hundreds?) of, you should ideally have less than 10 sections (though it depends on what your blog needs; there is no hard limit).

With sections, you can also use come custom styling — if you install ``husl``, you can use ``post.section_color()`` from within templates to get a distinct color for the section of a post, which you can then use in some inline CSS for the section name.
With sections, you can also use some custom styling — if you install ``husl``, you can use ``post.section_color()`` from within templates to get a distinct color for the section of a post, which you can then use in some inline CSS for the section name.

You can find some examples and more information in the `original announcement
<https://getnikola.com/blog/new-feature-in-nikola-sections.html>`_
Expand Down Expand Up @@ -1139,7 +1139,7 @@ You surely want to edit these options:
BLOG_EMAIL = "joe@demo.site"
BLOG_DESCRIPTION = "This is a demo site for Nikola." # (translatable)

Some options are demarked with a (translatable) comment above or right next to
Some options are marked with a (translatable) comment above or right next to
them. For those options, two types of values can be provided:

* a string, which will be used for all languages
Expand Down

0 comments on commit 4c3586c

Please sign in to comment.