You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.2 KiB
PHTML
36 lines
1.2 KiB
PHTML
9 months ago
|
<h2 class="mt-3">A Blog Entry</h2>
|
||
|
|
||
|
<div class="mt-3 pr-2">
|
||
|
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been
|
||
|
the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley
|
||
|
of type and scrambled it to make a type specimen book. It has survived not only five centuries,
|
||
|
but also the leap into electronic typesetting, remaining essentially unchanged. It was
|
||
|
popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages,
|
||
|
and more recently with desktop publishing software like Aldus PageMaker including versions of
|
||
|
Lorem Ipsum.
|
||
|
</div>
|
||
|
<div>
|
||
|
<br>
|
||
|
<a href="/">Continue reading...</a>
|
||
|
</div>
|
||
|
|
||
|
<div class="text-secondary mt-3">
|
||
|
<div class="d-inline-flex flex-row gap-3">
|
||
|
<div>
|
||
|
<i class="bi bi-journal-text"></i> Blog Entry
|
||
|
</div>
|
||
|
<div>
|
||
|
<i class="bi bi-calendar-week"></i> 2024-02-02
|
||
|
</div>
|
||
|
<div>
|
||
|
<i class="bi bi-tags-fill"></i>
|
||
|
<a class="text-secondary" href="/">Tag 1</a>,
|
||
|
<a class="text-secondary" href="/">Tag 2</a>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div class="pt-2">
|
||
|
<hr>
|
||
|
</div>
|
||
|
</div>
|