Sha256: b0515711daf8a07f719b4feca341f782f8e4a0a46f8755007d5418d714fb920b
Contents?: true
Size: 853 Bytes
Versions: 9
Compression:
Stored size: 853 Bytes
Contents
<!DOCTYPE html> <html lang="en"> {%- include head/index.html -%} <body> {%- include header/index.html -%} {% if page.url == '/' %} {% include section/home.html %} {% else %} {% include section/home2.html %} {% endif %} {% include section/feature.html %} {%- if dataToShow.faqList -%} {%- if dataToShow.faqList.first.Question !='' -%} {% include section/news.html %} {% endif %} {% endif %} {%- if site.posts.size>0 -%} {% include section/blog.html %} {%- endif -%} {%- include share/socialshare.html -%} {%- include Rating/rating.html -%} {%- include footer/index.html -%} <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script> </body> </html>
Version data entries
9 entries across 9 versions & 1 rubygems