forked from hero/www_hero_project
edit homepage
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{% extends "_default/base.html" %}
|
||||
{% block content %}
|
||||
|
||||
{% include "partials/mycelium2.html" %}
|
||||
{% include "partials/home1.html" %}
|
||||
{% include "partials/logos.html" %}
|
||||
|
||||
|
||||
@@ -17,8 +17,6 @@
|
||||
|
||||
{% include "partials/benefits.html" %}
|
||||
|
||||
{% include "partials/technologies.html" %}
|
||||
|
||||
{% include "partials/blogs.html" %}
|
||||
|
||||
{% include "partials/stats.html" %}
|
||||
|
@@ -2,10 +2,10 @@
|
||||
{% block content %}
|
||||
<!-- mycelium.md page template, has a banner and rows of page summaries -->
|
||||
|
||||
{% include "partials/mycelium2.html" %}
|
||||
{% include "partials/home1.html" %}
|
||||
|
||||
<div>
|
||||
{% set page = get_page(path="mycelium2/index.md") %}
|
||||
{% set page = get_page(path="home1/index.md") %}
|
||||
{{page.content | safe}}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user