doc: Add footer to invite others to fix if needed
This commit is contained in:
parent
570f86bf85
commit
9fd1e1f763
3 changed files with 29 additions and 16 deletions
11
layouts/tutorial.shtml
Normal file
11
layouts/tutorial.shtml
Normal file
|
@ -0,0 +1,11 @@
|
|||
<extend template="base.shtml">
|
||||
<head id="head">
|
||||
</head>
|
||||
<body id="body">
|
||||
<h1 :text="$page.title"></h1>
|
||||
<div :html="$page.content()"></div>
|
||||
<hr>
|
||||
<p>If you find anything that could be better, because it does not reflect
|
||||
what happens with flow or can be explain better, don't hesitate to
|
||||
<a href="$page.custom.getOr('githubedit', 'https://github.com/neurocyte/flow-website/')">improve me</a>.</p>
|
||||
</body>
|
Loading…
Add table
Add a link
Reference in a new issue