mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-28 05:26:44 +00:00
reformat style
This commit is contained in:
parent
2a006cce42
commit
c0a8b31331
21
blog.html
21
blog.html
@ -2,13 +2,20 @@
|
|||||||
layout: default
|
layout: default
|
||||||
title: Blog
|
title: Blog
|
||||||
---
|
---
|
||||||
<h1>Latest Posts</h1>
|
<section class="text-gray-600 body-font overflow-hidden min-h-screen">
|
||||||
|
<div class="container px-5 py-24 mx-auto">
|
||||||
|
<h1 class="header-text title-font mb-4 cm-gray-2">InvenTree Blog</h1>
|
||||||
|
|
||||||
<ul>
|
|
||||||
{% for post in site.posts %}
|
{% for post in site.posts %}
|
||||||
<li>
|
<div class="flex flex-wrap -m-12">
|
||||||
<h2><a href="{{ post.url | relative_url }}">{{ post.title }}</a></h2>
|
<div class="p-12 md:w-1/2 flex flex-col items-start">
|
||||||
<p>{{ post.excerpt }}</p>
|
<h2 class="header-text title-font mb-4 cm-gray-1">
|
||||||
</li>
|
<a href="{{ post.url | relative_url }}">{{ post.title }}</a>
|
||||||
|
</h2>
|
||||||
|
<span class="leading-relaxed mb-8">{{ post.excerpt }}</span>
|
||||||
|
{% include publisher_ref.html pub=post.publisher %}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</div>
|
||||||
|
</section>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user