Compare commits

..

No commits in common. "38acb206ddee5e2748f12db96a3bb78b1486e26c" and "d941b0269d041220998b429f41deb4de10a63502" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ template = "index.html"
+++ +++
{{ hero3( {{ hero3(
announcement='<a href="#" class="font-semibold text-gray-300 hover:text-white">Read more &rarr;</a>', announcement='',
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}}