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