Добавлены якори на страницу
This commit is contained in:
parent
82b63ef02e
commit
6d5293f85a
1 changed files with 26 additions and 24 deletions
|
|
@ -72,7 +72,8 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
{{#each this}}
|
{{#each this}}
|
||||||
<h1>{{this.metainfo.title}}</h1>
|
{{#if this.metainfo}}
|
||||||
|
<h1 id="{{this.metainfo.title}}">{{this.metainfo.title}} <a href="#{{this.metainfo.title}}">#</a></h1>
|
||||||
<div class="kanban-container">
|
<div class="kanban-container">
|
||||||
{{#each this.data}}
|
{{#each this.data}}
|
||||||
<div class="kanban-column">
|
<div class="kanban-column">
|
||||||
|
|
@ -96,6 +97,7 @@
|
||||||
</div>
|
</div>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</div>
|
</div>
|
||||||
|
{{/if}}
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Loading…
Reference in a new issue