forked from andrealeo83/doxy-netflycms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (26 loc) · 761 Bytes
/
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
---
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 %}
{% include category_area.html %}
{% 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 %}