Skip to content
Snippets Groups Projects
Commit 11ba1b48 authored by Marek Nečada's avatar Marek Nečada
Browse files

_default/list.html enable "Content" of _index.md

parent ca31028d
No related branches found
No related tags found
No related merge requests found
{{ define "main" -}}
<ul class="posts">
<h1>{{ .Title }}</h1>
{{ with .Content }}
<div class="index_content">
{{- . -}}
</div>
{{ end }}
{{ range .Data.Pages -}}
<li>
<div class="flex">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment