Render a single page of the spec in Hugo
This commit is contained in:
parent
2b32508964
commit
55eae7b70b
23 changed files with 2476 additions and 1 deletions
4
layouts/_default/content.html
Normal file
4
layouts/_default/content.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<div class="td-content">
|
||||
<h1>{{ .Title }}</h1>
|
||||
{{ .Content }}
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue