File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ A blog post is defined as:
36
36
37
37
.. code-block :: yaml
38
38
39
+ # /blog/2009/sept/18/are-my-services-coool.yml
39
40
type : blog.post
40
41
title : Are my services coool ?
41
42
format : markdown
@@ -52,7 +53,7 @@ A blog post is defined as:
52
53
sit amet, volutpat vel leo. Nulla aliquet sodales enim ac dictum. Proin mattis arcu a metus
53
54
aliquam pulvinar. Phasellus sed lectus elit. Donec vitae urna magna. Vestibulum id volutpat eros.
54
55
55
- The ``format `` option defines how to handle the ``content `` field. You can provide a markdown content or a html content.
56
+ The ``format `` option defines how to handle the ``content `` field. You can provide a markdown content or a html content.
56
57
57
58
Events
58
59
------
@@ -62,4 +63,4 @@ The default template used is ``element.plugins.blog:post.html`` and declare two
62
63
- ``node.comment.list ``: the listener should return the comment list related to the provided node
63
64
- ``node.comment.form ``: the listener should return the comment form
64
65
65
- The :: doc: :`element.plugins.discus</plugins/discus> ` plugin can be used to handle comments.
66
+ The :doc: `element.plugins.discus</plugins/discus> ` plugin can be used to handle comments.
You can’t perform that action at this time.
0 commit comments