remove metadata pratial
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Aadil Ayub 2021-07-07 04:13:48 +05:00
parent 55862e6072
commit f6d690d892
2 changed files with 0 additions and 2 deletions

View File

@ -7,7 +7,6 @@
<a href="{{ .RelPermalink }}"><img src="{{ with .Params.image }}{{ . }}{{ end }}" alt=""></a>
<div class="text">
<h3><a class="title" href="{{ .RelPermalink }}">{{ .Title }}</a></h3>
{{/* partial "metadata.html" . */}}
<p class="summary block has-text-weight-light is-size-4">
{{ .Summary }}
</p>

View File

@ -1,6 +1,5 @@
{{ define "main" }}
<h1>{{ .Title }}</h1>
{{/* partial "metadata.html" . */}}
<br><br>
{{ .Content }}
{{ end }}