Skip to content

Commit

Permalink
editando nuevo articulo
Browse files Browse the repository at this point in the history
  • Loading branch information
MbFredys committed Oct 23, 2023
1 parent 5034311 commit 0f89f70
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,7 @@ const last_posts = posts.slice(0, 3);
<div>
<div class="text-3xl w-full font-bold mb-5 mt-20">Latest from Blog</div>
</div>

<HorizontalCard
title="Home Automation: el futuro de las casas [ES-EN]"
img="https://images.ecency.com/DQmfA5LVw3AgzEVdmA8grWevx2YjYGFUXdA1nYmFNHLMY9f/oig. tvqpsuukocxvzdjjzwh_"
desc="¡Domótica! ¿Ya habías oído hablar de ella? Es una solución, casi mágica, diría mi abuela, para muchos de los problemas del hogar. Si eres de los que les gusta disfrutar del tiempo en casa para compartir con la familia, olvidándote de las tareas repetitivas y tediosas, esta es tu solución."
url="https://peakd.com/hive-163521/@mbfreddys/home-automation-el-futuro-de"
/>

<div class="divider my-0"></div>


{
last_posts.map((post) => (
<HorizontalCard
Expand Down

0 comments on commit 0f89f70

Please sign in to comment.