Initial commit: Add telonma homepage
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<section class="wrapper style2">
|
||||
<div class="container">
|
||||
<header class="major">
|
||||
<h2>{{ .item.heading }}</h2>
|
||||
{{- $html := .item.contents | markdownify }}
|
||||
{{- if (findRE "<p(?: [^>]*)?>" $html) }}
|
||||
{{ $html }}
|
||||
{{- else -}}
|
||||
<p>{{ $html }}</p>
|
||||
{{- end }}
|
||||
</header>
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user