-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (33 loc) · 1.05 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
layout: default
---
{% include header.html %}
{% include animated_header.html %}
{% comment %}
{% if site.animated_header == "true" %}
{% include animated_header.html %}
{% else %}
{% include slider.html %}
{% endif %}
{% include header_bottom_area.html %}
{% include topics_area.html %}
{% endcomment %}
{% for widget in site.data.topicsarea.widget %}
{% if widget.name == 'all_categories' %}
{% include header_bottom_area.html %}
{% endif %}
{% if widget.name == 'category_and_article' %}
{% include category_area.html %}
{% endif %}
{% endfor %}
{% comment %}
{% include faq_area.html %}
{% include timeline_area.html %}
{% include blog_and_items.html %}
{% include team_area.html %}
{% include testimonials.html %}
{% include call_to_action.html %}
{% include support_area.html %}
{% include footer_top_area.html %}
{% endcomment %}
{% include footer_custom.html %}