Skip to content

Commit

Permalink
adding cover image, updating index
Browse files Browse the repository at this point in the history
  • Loading branch information
erikaheidi committed Sep 25, 2024
1 parent 6f68010 commit c46f681
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions app/Resources/themes/custom/content/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@

{% block content %}

<h2 class="text-2xl mb-4 font-semibold tracking-tight">Desktop Setup</h2>

<div class="grid grid-cols-1 gap-4">
{% for post in table_of_contents('desksetup')|reverse|slice(0, 1) %}
{% include '_partials/snippet.html.twig' with { 'content': post } %}
{% endfor %}
</div>

<h2 class="text-2xl mb-4 font-semibold tracking-tight">Latest Guides</h2>

<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
Expand All @@ -25,5 +17,13 @@
{% include '_partials/snippet.html.twig' with { 'content': post } %}
{% endfor %}
</div>

<h2 class="text-2xl mb-4 font-semibold tracking-tight">Desktop Setup</h2>

<div class="grid grid-cols-1 gap-4">
{% for post in table_of_contents('desksetup')|reverse|slice(0, 1) %}
{% include '_partials/snippet.html.twig' with { 'content': post } %}
{% endfor %}
</div>
{% endblock%}

2 changes: 1 addition & 1 deletion content/guides/20240925_ubuntu-2404-installation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Ubuntu 24.04 Installation Guide
description: Learn step-by-step how to install Ubuntu 24.04 on a computer or VM
tags: linux, ubuntu
cover_image: https://picsum.photos/780/300
cover_image: https://onlinux.erikaheidi.com/ubuntu2404/ubuntu2404-guide.png
---


Expand Down

0 comments on commit c46f681

Please sign in to comment.