Compare commits

...

2 Commits

Author SHA1 Message Date
38acb206dd fix 2025-08-04 17:40:19 +03:00
a22425e6f2 fix 2025-08-04 17:37:53 +03:00
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ template = "index.html"
+++ +++
{{ hero3( {{ hero3(
announcement='', announcement='<a href="#" class="font-semibold text-gray-300 hover:text-white">Read more &rarr;</a>',
subheader="SUBHEADER", subheader="SUBHEADER",
title="This is Hero1.htmll", title="This is Hero1.htmll",
subtitle="This is smaller title h2", subtitle="This is smaller title h2",

View File

@ -1,7 +1,7 @@
{% extends "base.html" %} {% extends "base.html" %}
{% block content %} {% block content %}
<<!-- home page template, has a banner and rows of page summaries --> <!-- home page template, has a banner and rows of page summaries -->
<div> <div>
{% set page = get_page(path="home/index.md") %} {% set page = get_page(path="home/index.md") %}
{{page.content | safe}} {{page.content | safe}}