Sha256: 05bf6457e3dff574d130922c36fc83ba99bb3912530d605b3d59281b34931449
Contents?: true
Size: 715 Bytes
Versions: 1
Compression:
Stored size: 715 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 %} {% include section/news.html %} {% include section/blog.html %} {%- 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
word-games-theme-0.1.6 | _layouts/default.html |