* Add custom subsections in education * Apply requested changes
@@ -129,6 +129,12 @@
margin-bottom: 0;
}
+
+ .custom-section {
+ .custom-content {
+ padding-bottom: 0.5em;
+ }
@@ -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>
</td>
<td class="line">
@@ -119,6 +119,14 @@
</tr>