added hugo files
This commit is contained in:
9
layouts/index.html
Normal file
9
layouts/index.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{{ define "main" }}
|
||||
{{ $chapters := where .Site.RegularPages "Params.tags" "cpp" }}
|
||||
|
||||
{{ range sort $chapters "Params.chapter" "asc" }}
|
||||
<ul>
|
||||
<li><a href="{{ .Permalink }}">{{ .Title }}</a></li>
|
||||
</ul>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user