Compare commits

...

2 Commits

Author SHA1 Message Date
f6d690d892 remove metadata pratial
All checks were successful
continuous-integration/drone/push Build is passing
2021-07-07 04:13:48 +05:00
55862e6072 adjust blog list padding on mobile 2021-07-07 04:07:58 +05:00
3 changed files with 1 additions and 3 deletions

View File

@ -188,7 +188,7 @@ footer .separator {
.blog-archive {
padding: 3rem 3rem;
@media (max-width: 400px) { padding: 3rem 1rem; }
@media (max-width: 450px) { padding: 3rem 1rem; }
h3 {
padding-bottom: 1em;
text-transform: uppercase;

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 }}