update link name
This commit is contained in:
parent
9b2b39c983
commit
a1a8ac8993
@ -1,8 +1,8 @@
|
||||
---
|
||||
title: "About AIBOX"
|
||||
title: "Become Farmer"
|
||||
description: "Meet AIBOX - Your Personal AI Powerhouse powered by ThreeFold."
|
||||
insert_anchor_links: "left"
|
||||
template: "layouts/about.html"
|
||||
template: "layouts/farmer.html"
|
||||
extra:
|
||||
author: AIBOX
|
||||
imgPath: tf.png
|
@ -7,7 +7,7 @@ extra:
|
||||
|
||||
---
|
||||
|
||||
- [Become a farmer]("about")
|
||||
- [Become a farmer]("farmer")
|
||||
- [Docs]("https://threefold.info/aibox/docs/")
|
||||
|
||||
|
||||
|
@ -1,9 +0,0 @@
|
||||
{% extends "_default/base.html" %}
|
||||
{% block content %}
|
||||
|
||||
{% include "partials/about/hero_section.html" %}
|
||||
{% include "partials/about/farmers.html" %}
|
||||
{% include "partials/about/about1.html" %}
|
||||
{% include "partials/about/cta.html" %}
|
||||
|
||||
{% endblock content %}
|
9
templates/layouts/farmer.html
Normal file
9
templates/layouts/farmer.html
Normal file
@ -0,0 +1,9 @@
|
||||
{% extends "_default/base.html" %}
|
||||
{% block content %}
|
||||
|
||||
{% include "partials/farmer/hero_section.html" %}
|
||||
{% include "partials/farmer/farmers.html" %}
|
||||
{% include "partials/farmer/about1.html" %}
|
||||
{% include "partials/farmer/cta.html" %}
|
||||
|
||||
{% endblock content %}
|
@ -6,7 +6,7 @@
|
||||
<span id="slides" class="slides"></span>
|
||||
</h1>
|
||||
<div id="learn-more" class="lg:mt-10 mt-4 flex items-center gap-x-6">
|
||||
<a href="/about" target="_blank" class="text-xl font-semibold text-black hover:text-gray-200">
|
||||
<a href="/farmers" target="_blank" class="text-xl font-semibold text-black hover:text-gray-200">
|
||||
Learn more <span aria-hidden="true">→</span>
|
||||
</a>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user