Add custom subsections in education (#888)
* Add custom subsections in education * Apply requested changes
This commit is contained in:
committed by
GitHub
parent
970656789c
commit
cbdb07dbf1
@@ -118,6 +118,14 @@
|
||||
</ul>
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ if .custonSections }}
|
||||
<div class="custom-section">
|
||||
{{ range .custonSections }}
|
||||
<h6 class="text-heading">{{ .name }}: </h6>
|
||||
<div class="custom-content">{{ .content | markdownify }}</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
</td>
|
||||
<td class="line">
|
||||
|
||||
Reference in New Issue
Block a user