update link name
This commit is contained in:
@@ -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 %}
|
Reference in New Issue
Block a user