Compare commits
2 Commits
d941b0269d
...
38acb206dd
Author | SHA1 | Date | |
---|---|---|---|
38acb206dd | |||
a22425e6f2 |
@ -5,7 +5,7 @@ template = "index.html"
|
||||
+++
|
||||
|
||||
{{ hero3(
|
||||
announcement='',
|
||||
announcement='<a href="#" class="font-semibold text-gray-300 hover:text-white">Read more →</a>',
|
||||
subheader="SUBHEADER",
|
||||
title="This is Hero1.htmll",
|
||||
subtitle="This is smaller title h2",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% 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>
|
||||
{% set page = get_page(path="home/index.md") %}
|
||||
{{page.content | safe}}
|
||||
|
Loading…
Reference in New Issue
Block a user