word-games-theme 0.1.5 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (108) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +21 -21
  3. data/README.md +2 -2
  4. data/_data/blog/alertbar.yml +3 -3
  5. data/_data/blog/blog.yml +2 -2
  6. data/_data/blog/nav.json +13 -13
  7. data/_data/blog/share.yml +26 -27
  8. data/_data/footer/en/data.json +74 -74
  9. data/_data/footer/hi/data.json +68 -68
  10. data/_data/footer/networksites.json +15 -15
  11. data/_data/header/en/data.json +68 -71
  12. data/_data/wordgames/en/anagram_word_finder.json +48 -48
  13. data/_data/wordgames/en/eight_letter_word_finder.json +223 -223
  14. data/_data/wordgames/en/eleven_letter_word_finder.json +184 -184
  15. data/_data/wordgames/en/five_letter_word_finder.json +188 -188
  16. data/_data/wordgames/en/four_letter_word_finder.json +176 -176
  17. data/_data/wordgames/en/jumble_word_finder.json +54 -62
  18. data/_data/wordgames/en/lexical_word_finder.json +61 -54
  19. data/_data/wordgames/en/nine_letter_word_finder.json +184 -184
  20. data/_data/wordgames/en/root.json +79 -79
  21. data/_data/wordgames/en/scrabble_word_finder_cheat.json +49 -55
  22. data/_data/wordgames/en/seven_letter_word_finder.json +184 -184
  23. data/_data/wordgames/en/six_letter_word_finder.json +176 -176
  24. data/_data/wordgames/en/ten_letter_word_finder.json +184 -184
  25. data/_data/wordgames/en/thirteen_letter_word_finder.json +184 -184
  26. data/_data/wordgames/en/three_letter_word_finder.json +188 -188
  27. data/_data/wordgames/en/twelve_letter_word_finder.json +184 -184
  28. data/_data/wordgames/en/two_letter_word_finder.json +188 -188
  29. data/_data/wordgames/en/words_with_friends_word_finder.json +55 -55
  30. data/_includes/Rating/rating.html +91 -87
  31. data/_includes/Rating/structureddata.html +53 -53
  32. data/_includes/author_bio.html +15 -15
  33. data/_includes/authors/authors.html +27 -27
  34. data/_includes/custom-head.html +31 -31
  35. data/_includes/disqus_comments.html +10 -10
  36. data/_includes/filterWords/index.html +10 -10
  37. data/_includes/footer/index.html +47 -43
  38. data/_includes/google-analytics.html +22 -22
  39. data/_includes/head/index.html +108 -104
  40. data/_includes/header/blogHeader.html +28 -28
  41. data/_includes/header/index.html +41 -46
  42. data/_includes/paginationBlogPage.html +34 -34
  43. data/_includes/paginationPostPage.html +14 -14
  44. data/_includes/postauthorbio.html +17 -17
  45. data/_includes/postbox.html +29 -29
  46. data/_includes/script.html +13 -13
  47. data/_includes/section/about.html +25 -25
  48. data/_includes/section/alertbar.html +11 -11
  49. data/_includes/section/blog.html +41 -41
  50. data/_includes/section/commonPage.html +100 -119
  51. data/_includes/section/count.html +23 -23
  52. data/_includes/section/feature.html +34 -34
  53. data/_includes/section/home.html +94 -76
  54. data/_includes/section/home2.html +91 -93
  55. data/_includes/section/news.html +32 -32
  56. data/_includes/section/recent_posts.html +42 -42
  57. data/_includes/section/related_categories_post.html +73 -73
  58. data/_includes/section/related_tag_post.html +59 -59
  59. data/_includes/section/wordGroup.html +6 -6
  60. data/_includes/seo.html +56 -57
  61. data/_includes/share/socialshare.html +49 -50
  62. data/_layouts/blog.html +66 -66
  63. data/_layouts/categories.html +25 -25
  64. data/_layouts/default.html +43 -34
  65. data/_layouts/disclaimer.html +115 -115
  66. data/_layouts/page.html +67 -13
  67. data/_layouts/page2.html +61 -0
  68. data/_layouts/post.html +69 -69
  69. data/_layouts/privacyPolicy.html +420 -420
  70. data/_layouts/termAndCondition.html +421 -421
  71. data/_layouts/wordMeaning.html +106 -106
  72. data/assets/css/HomePageblog.css +154 -154
  73. data/assets/css/about.css +51 -51
  74. data/assets/css/advancedFilter.css +160 -134
  75. data/assets/css/blog.css +481 -481
  76. data/assets/css/feature.css +69 -67
  77. data/assets/css/footer.css +95 -94
  78. data/assets/css/home.css +235 -212
  79. data/assets/css/news.css +62 -59
  80. data/assets/css/style.css +399 -375
  81. data/assets/css/wordGroup.css +62 -62
  82. data/assets/images/angle-arrow-down.svg +43 -43
  83. data/assets/images/facebook-square.svg +1 -0
  84. data/assets/images/facebook.svg +1 -0
  85. data/assets/images/instagram-square.svg +1 -0
  86. data/assets/images/linkedin.svg +1 -0
  87. data/assets/images/linkedin2.svg +1 -0
  88. data/assets/images/ratingStar.png +0 -0
  89. data/assets/images/right.svg +38 -38
  90. data/assets/images/right2.svg +38 -38
  91. data/assets/images/right3.svg +38 -38
  92. data/assets/images/search.svg +1 -0
  93. data/assets/images/star.svg +1 -0
  94. data/assets/images/twitter-square.svg +1 -0
  95. data/assets/images/twitter.svg +1 -0
  96. data/assets/images/twitter2.svg +1 -0
  97. data/assets/images/window-close.png +0 -0
  98. data/assets/images/window-close.svg +1 -0
  99. data/assets/images/word-games-logo.svg +52 -52
  100. data/assets/js/TopScroll.js +8 -8
  101. data/assets/js/X-letter.js +359 -206
  102. data/assets/js/advancedFilter.js +5 -5
  103. data/assets/js/advancedFilter2.js +12 -5
  104. data/assets/js/advancedFilter3.js +2 -2
  105. data/assets/js/scrabbleDictonary.js +165 -165
  106. data/assets/js/wordScrabble.js +511 -368
  107. metadata +21 -8
  108. data/_data/header/hi/data.json +0 -145
@@ -1,60 +1,60 @@
1
- {%- include /authors/authors.html -%}
2
- {% assign maxRelated = 1 %}
3
- {% assign minCommonTags = 1 %}
4
- {% assign maxRelatedCounter = 0 %}
5
-
6
-
7
- {% for post in site.posts %}
8
- {%- include /authors/authors.html -%}
9
- {% assign sameTagCount = 0 %}
10
- {% assign commonTags = '' %}
11
-
12
- {% for tag in post.tags %}
13
- {% if post.url != page.url %}
14
- {% if page.tags contains tag %}
15
- {% assign sameTagCount = sameTagCount | plus: 1 %}
16
-
17
- {% capture tagmarkup %} <span class="label label-default">{{ tag }}</span> {% endcapture %}
18
- {% assign commonTags = commonTags | append: tagmarkup %}
19
-
20
- {% endif %}
21
- {%- endif -%}
22
- {% endfor %}
23
-
24
-
25
- {% if sameTagCount >= minCommonTags %}
26
- <div class="col-lg-4 col-md-6 mb-4 card-group">
27
- <div class="card h-100">
28
- <a href="{{ post.url }}">
29
- <img src="{{ post.image }}" loading="lazy" class="card-img-top" alt="">
30
- </a>
31
- <div class="card-body">
32
- <a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
33
- <h4 class="card-title mb-4 text-left">{{ post.title }}</h4>
34
- </a>
35
- </div>
36
- <div class="card-footer bg-white">
37
- <div class="wrapfooter">
38
- {% if post.author %}
39
- <span class="meta-footer-thumb">
40
- <img class="author-thumb" loading="lazy" src="{{ image }}" alt="{{ authorName }}">
41
- </span>
42
- {% endif %}
43
- <span class="author-meta">
44
- <span class="post-name">
45
- <a target="_blank" href="/blog">{{authorName}}</a>
46
- </span><br>
47
- <span class="post-date">{{post.date | date_to_string }}</span>
48
- </span>
49
- <span class="post-read-more"><a class="text-dark" href="{{ post.url }}" title="Read Story">Read
50
- More</a></span>
51
- </div>
52
- </div>
53
- </div>
54
- </div>
55
- {% assign maxRelatedCounter = maxRelatedCounter | plus: 1 %}
56
- {% if maxRelatedCounter >= maxRelated %}
57
- {% break %}
58
- {% endif %}
59
- {% endif %}
1
+ {%- include /authors/authors.html -%}
2
+ {% assign maxRelated = 1 %}
3
+ {% assign minCommonTags = 1 %}
4
+ {% assign maxRelatedCounter = 0 %}
5
+
6
+
7
+ {% for post in site.posts %}
8
+ {%- include /authors/authors.html -%}
9
+ {% assign sameTagCount = 0 %}
10
+ {% assign commonTags = '' %}
11
+
12
+ {% for tag in post.tags %}
13
+ {% if post.url != page.url %}
14
+ {% if page.tags contains tag %}
15
+ {% assign sameTagCount = sameTagCount | plus: 1 %}
16
+
17
+ {% capture tagmarkup %} <span class="label label-default">{{ tag }}</span> {% endcapture %}
18
+ {% assign commonTags = commonTags | append: tagmarkup %}
19
+
20
+ {% endif %}
21
+ {%- endif -%}
22
+ {% endfor %}
23
+
24
+
25
+ {% if sameTagCount >= minCommonTags %}
26
+ <div class="col-lg-4 col-md-6 mb-4 card-group">
27
+ <div class="card h-100">
28
+ <a href="{{ post.url }}">
29
+ <img src="{{ post.image }}" loading="lazy" class="card-img-top" alt="">
30
+ </a>
31
+ <div class="card-body">
32
+ <a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
33
+ <h4 class="card-title mb-4 text-left">{{ post.title }}</h4>
34
+ </a>
35
+ </div>
36
+ <div class="card-footer bg-white">
37
+ <div class="wrapfooter">
38
+ {% if post.author %}
39
+ <span class="meta-footer-thumb">
40
+ <img class="author-thumb" loading="lazy" src="{{ image }}" alt="{{ authorName }}">
41
+ </span>
42
+ {% endif %}
43
+ <span class="author-meta">
44
+ <span class="post-name">
45
+ <a target="_blank" href="/blog">{{authorName}}</a>
46
+ </span><br>
47
+ <span class="post-date">{{post.date | date_to_string }}</span>
48
+ </span>
49
+ <span class="post-read-more"><a class="text-dark" href="{{ post.url }}" title="Read Story">Read
50
+ More</a></span>
51
+ </div>
52
+ </div>
53
+ </div>
54
+ </div>
55
+ {% assign maxRelatedCounter = maxRelatedCounter | plus: 1 %}
56
+ {% if maxRelatedCounter >= maxRelated %}
57
+ {% break %}
58
+ {% endif %}
59
+ {% endif %}
60
60
  {% endfor %}
@@ -1,7 +1,7 @@
1
- <div class="row pad" style="padding:60px .2rem 5rem .2rem">
2
- <div class="col-md-12">
3
- <div class="wordCount"></div>
4
- <div class="main"></div>
5
- <div class="errorMsg"></div>
6
- </div>
1
+ <div class="row pad" style="padding:60px .2rem 5rem .2rem">
2
+ <div class="col-md-12">
3
+ <div class="wordCount"></div>
4
+ <div class="main"></div>
5
+ <div class="errorMsg"></div>
6
+ </div>
7
7
  </div>
data/_includes/seo.html CHANGED
@@ -1,57 +1,56 @@
1
- {%- if seo_title -%}
2
- {%- assign seo_title = seo_title | markdownify | strip_html | strip_newlines | escape_once -%}
3
- {%- endif -%}
4
-
5
- {% if page.canonical_url %}
6
- {%- assign canonical_url = page.canonical_url %}
7
- {% else %}
8
- {%- assign canonical_url = page.url | replace: "index.html", "" | absolute_url %}
9
- {% endif %}
10
-
11
- {%- assign seo_description = page.description | default: page.excerpt | default: site.description -%}
12
- {%- if seo_description -%}
13
- {%- assign seo_description = seo_description | markdownify | strip_html | strip_newlines | escape_once -%}
14
- {%- endif -%}
15
-
16
- {%- assign author = page.author | default: page.authors[0] | default: site.author -%}
17
- {%- assign author = site.data.authors[author] | default: author -%}
18
-
19
- {%- if author.twitter -%}
20
- {%- assign author_twitter = author.twitter | replace: "@", "" -%}
21
- {%- endif -%}
22
-
23
- {%- if page.date -%}
24
- {%- assign og_type = "article" -%}
25
- {%- else -%}
26
- {%- assign og_type = "website" -%}
27
- {%- endif -%}
28
-
29
- {% if author.name %}
30
- <meta name="author" content="{{ author.name | default: author }}">
31
- {% endif %}
32
-
33
- {% unless page.layout == 'post' %}
34
- <meta name="description" content="{{ dataToShow.meta }}">
35
- <meta name="og:description" content="{{ dataToShow.meta }}">
36
- <meta property="og:title" content="{{ dataToShow.title }}">
37
- {% endunless%}
38
-
39
- {% if page.layout == 'post'%}
40
- <meta name="description" content="{{ seo_description }}">
41
- <meta name="og:description" content="{{ seo_description }}">
42
- <meta property="og:title"
43
- content="{{ page.title | default: site.title | markdownify | strip_html | strip_newlines | escape_once }}">
44
- {% endif %}
45
-
46
- <meta property="og:type" content="{{ og_type }}">
47
- <meta property="og:locale" content="{{ site.locale | replace: " -", "_" | default: "en_US" }}">
48
- <meta property="og:site_name" content="{{ site.name }}">
49
- <meta property="og:url" content="{{ canonical_url }}">
50
- <meta data-rh="true" property="og:url" content="{{ canonical_url }}">
51
- <meta data-rh="true" property="og:site_name" content="{{site.name}}">
52
- <meta data-rh="true" property="twitter:domain" content="{{site.url}}">
53
- <meta data-rh="true" property="twitter:url" content="{{site.url | append: page.url}}">
54
- <meta data-rh="true" name="twitter:title" content="{{ dataToShow.title }}">
55
- <meta data-rh="true" name="twitter:description" content="{{ dataToShow.meta }}">
56
- <meta data-rh="true" name="twitter:image:src" content="{{ canonical_url }}">
57
- <link rel="canonical" content="{{ canonical_url }}">
1
+ {%- if seo_title -%}
2
+ {%- assign seo_title = seo_title | markdownify | strip_html | strip_newlines | escape_once -%}
3
+ {%- endif -%}
4
+
5
+ {% if page.canonical_url %}
6
+ {%- assign canonical_url = page.canonical_url %}
7
+ {% else %}
8
+ {%- assign canonical_url = page.url | replace: "index.html", "" | absolute_url %}
9
+ {% endif %}
10
+
11
+ {%- assign seo_description = page.description | default: page.excerpt | default: site.description -%}
12
+ {%- if seo_description -%}
13
+ {%- assign seo_description = seo_description | markdownify | strip_html | strip_newlines | escape_once -%}
14
+ {%- endif -%}
15
+
16
+ {%- assign author = page.author | default: page.authors[0] | default: site.author -%}
17
+ {%- assign author = site.data.authors[author] | default: author -%}
18
+
19
+ {%- if author.twitter -%}
20
+ {%- assign author_twitter = author.twitter | replace: "@", "" -%}
21
+ {%- endif -%}
22
+
23
+ {%- if page.date -%}
24
+ {%- assign og_type = "article" -%}
25
+ {%- else -%}
26
+ {%- assign og_type = "website" -%}
27
+ {%- endif -%}
28
+
29
+ {% if author.name %}
30
+ <meta name="author" content="{{ author.name | default: author }}">
31
+ {% endif %}
32
+
33
+ {% unless page.layout == 'post' %}
34
+ <meta name="description" content="{{ dataToShow.meta }}">
35
+ <meta name="og:description" content="{{ dataToShow.meta }}">
36
+ <meta property="og:title" content="{{ dataToShow.title }}">
37
+ {% endunless%}
38
+
39
+ {% if page.layout == 'post'%}
40
+ <meta name="description" content="{{ seo_description }}">
41
+ <meta name="og:description" content="{{ seo_description }}">
42
+ <meta property="og:title"
43
+ content="{{ page.title | default: site.title | markdownify | strip_html | strip_newlines | escape_once }}">
44
+ {% endif %}
45
+
46
+ <meta property="og:type" content="{{ og_type }}">
47
+ <meta property="og:locale" content="{{ site.locale | replace: " -", "_" | default: "en_US" }}">
48
+ <meta property="og:site_name" content="{{ site.name }}">
49
+ <meta property="og:url" content="{{ canonical_url }}">
50
+ <meta data-rh="true" property="og:url" content="{{ canonical_url }}">
51
+ <meta data-rh="true" property="og:site_name" content="{{site.name}}">
52
+ <meta data-rh="true" property="twitter:domain" content="{{site.url}}">
53
+ <meta data-rh="true" property="twitter:url" content="{{site.url | append: page.url}}">
54
+ <meta data-rh="true" name="twitter:title" content="{{ dataToShow.title }}">
55
+ <meta data-rh="true" name="twitter:description" content="{{ dataToShow.meta }}">
56
+ <meta data-rh="true" name="twitter:image:src" content="{{ canonical_url }}">
@@ -1,50 +1,49 @@
1
- {% assign file = page.fileName %}
2
- {% assign folder = page.folderName %}
3
- {% assign lang = page.lang %}
4
- {% assign shareData=site.data[folder][lang][file] %}
5
- {%- if site.data.blog.share.platforms -%}
6
- <div class="social-icons">
7
- {% assign url = page.url | relative_url | prepend: site.url %}
8
- {% for share in site.data.blog.share.platforms %}
9
- {% assign link = share.link | replace: 'URL', url %}
10
- {{page.title}}
11
- <a id="{{share.type}}" href="{{ link }}" data-toggle="tooltip"
12
- onclick="window.open(this.href, 'pop-up', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;"
13
- data-placement="top" title="{{ share.type }}" aria-label="{{ share.type }}">
14
- <i class="fa-fw {{ share.icon }} mb-0 py-3"></i>
15
- </a>
16
-
17
- {% endfor %}
18
- </ul>
19
- </ul>
20
- </div>
21
- {%- endif -%}
22
- <script>
23
- const fetchShareCount=async()=>{
24
- try {
25
- const faceBookShare=document.querySelector('#Facebook')
26
- const twitterShare=document.querySelector('#Twitter')
27
- const faceBookCount= await fetch(`https://graph.facebook.com/v10.0/?id=${window.location.href}&access_token=275277164346802|6255ba7980a711477b429c302cb009cd&fields=engagement`).then(res=>res.json())
28
- const twitterCount=await fetch(`https://counts.twitcount.com/counts.php?url=${window.location.href}`).then(res=>res.json())
29
- if(faceBookCount.engagement.share_count>0){
30
- const FacebookInfo =document.createElement('span')
31
- FacebookInfo.setAttribute("class", "social-count")
32
- FacebookInfo.innerHTML=faceBookCount.engagement.share_count
33
- faceBookShare.appendChild(FacebookInfo)
34
- }
35
- if(twitterCount>0){
36
- const TwitterInfo =document.createElement('span')
37
- TwitterInfo.setAttribute("class", "social-count")
38
- TwitterInfo.innerHTML=twitterCount.count
39
- twitterShare.appendChild(TwitterInfo)
40
- }
41
- } catch (error) {
42
- }
43
- }
44
-
45
- window.addEventListener("load",()=>{
46
- fetchShareCount()
47
-
48
- });
49
- </script>
50
-
1
+ {% assign file = page.fileName %}
2
+ {% assign folder = page.folderName %}
3
+ {% assign lang = page.lang %}
4
+ {% assign shareData=site.data[folder][lang][file] %}
5
+ {%- if site.data.blog.share.platforms -%}
6
+ <div class="social-icons">
7
+ {% assign url = page.url | relative_url | prepend: site.url %}
8
+ {% for share in site.data.blog.share.platforms %}
9
+ {% assign link = share.link | replace: 'URL', url %}
10
+ {{page.title}}
11
+ <a id="{{share.type}}" href="{{ link }}" data-toggle="tooltip"
12
+ onclick="window.open(this.href, 'pop-up', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;"
13
+ data-placement="top" title="{{ share.type }}" aria-label="{{ share.type }}">
14
+ <img src="{{ share.icon }}" class="mb-0 py-3" width="18px"></img>
15
+ </a>
16
+
17
+ {% endfor %}
18
+ </ul>
19
+ </ul>
20
+ </div>
21
+ {%- endif -%}
22
+ <script>
23
+ const fetchShareCount = async () => {
24
+ try {
25
+ const faceBookShare = document.querySelector('#Facebook')
26
+ const twitterShare = document.querySelector('#Twitter')
27
+ const faceBookCount = await fetch(`https://graph.facebook.com/v10.0/?id=${window.location.href}&access_token=275277164346802|6255ba7980a711477b429c302cb009cd&fields=engagement`).then(res => res.json())
28
+ const twitterCount = await fetch(`https://counts.twitcount.com/counts.php?url=${window.location.href}`).then(res => res.json())
29
+ if (faceBookCount.engagement.share_count > 0) {
30
+ const FacebookInfo = document.createElement('span')
31
+ FacebookInfo.setAttribute("class", "social-count")
32
+ FacebookInfo.innerHTML = faceBookCount.engagement.share_count
33
+ faceBookShare.appendChild(FacebookInfo)
34
+ }
35
+ if (twitterCount > 0) {
36
+ const TwitterInfo = document.createElement('span')
37
+ TwitterInfo.setAttribute("class", "social-count")
38
+ TwitterInfo.innerHTML = twitterCount.count
39
+ twitterShare.appendChild(TwitterInfo)
40
+ }
41
+ } catch (error) {
42
+ }
43
+ }
44
+
45
+ window.addEventListener("load", () => {
46
+ fetchShareCount()
47
+
48
+ });
49
+ </script>
data/_layouts/blog.html CHANGED
@@ -1,67 +1,67 @@
1
- <html>
2
-
3
- {% include custom-head.html %}
4
-
5
- <body>
6
- {%- include header/blogHeader.html -%}
7
-
8
- <section class="section_post">
9
- <div class="container">
10
- <div class="row justify-content-center section-title-wrap">
11
- <div class="col-lg-12">
12
- <h1 style="font-weight: 900;" class="display-4 m-0 small_description">{{ site.data.blog.blog.h1 }}
13
- </h1>
14
- <p class="lead mb-5 mt-1" style="font-size: 18px;">
15
- {{ site.data.blog.blog.description }}
16
- </p>
17
- </div>
18
- </div>
19
- <div class="main-content">
20
- {{content}}
21
- </div>
22
- <div class="row">
23
- {% for post in paginator.posts %}
24
- <div class="col-lg-4 col-md-6 mb-4 card-group">
25
- <div class="card h-100">
26
- <a href="{{ post.url }}">
27
- <img src="{{ post.image }}" loading="lazy" height="215px" width="100%" class="card-img-top" alt="">
28
- </a>
29
- <div class="card-body">
30
- <a href="{{ post.url }}" class="anchor_link">
31
- <h4 class="card-title mb-4">{{ post.title }}</h4>
32
- </a>
33
- </div>
34
- {%- include authors/authors.html -%}
35
- <div class="card-footer bg-white">
36
- <div class="wrapfooter">
37
- {% if post.author %}
38
- <span class="meta-footer-thumb">
39
- <img class="author-thumb" loading="lazy" src="{{ image }}" alt="{{ authorName }}">
40
- </span>
41
- {% endif %}
42
-
43
- <span class="author-meta">
44
- <span class="post-name">
45
- <a target="_blank" href="/blog">{{authorName}}</a>
46
- </span><br>
47
- <span class="post-date">{{post.date | date_to_string }}</span>
48
- </span>
49
- <span class="post-read-more "><a class="text-dark" href="{{ post.url }}" title="Read Story">Read More</a></span>
50
- </div>
51
- </div>
52
- </div>
53
- </div>
54
- {% endfor %}
55
- </div>
56
- {%- include paginationBlogPage.html -%}
57
- </div>
58
-
59
- {% include section/count.html %}
60
- </section>
61
- {%- include section/alertbar.html -%}
62
-
63
- {% include script.html %}
64
- <script src="{{ '/assets/js/TopScroll.js' | relative_url }}"></script>
65
- </body>
66
-
1
+ <html>
2
+
3
+ {% include custom-head.html %}
4
+
5
+ <body>
6
+ {%- include header/blogHeader.html -%}
7
+
8
+ <section class="section_post">
9
+ <div class="container">
10
+ <div class="row justify-content-center section-title-wrap">
11
+ <div class="col-lg-12">
12
+ <h1 style="font-weight: 900;" class="display-4 m-0 small_description">{{ site.data.blog.blog.h1 }}
13
+ </h1>
14
+ <p class="lead mb-5 mt-1" style="font-size: 18px;">
15
+ {{ site.data.blog.blog.description }}
16
+ </p>
17
+ </div>
18
+ </div>
19
+ <div class="main-content">
20
+ {{content}}
21
+ </div>
22
+ <div class="row">
23
+ {% for post in paginator.posts %}
24
+ <div class="col-lg-4 col-md-6 mb-4 card-group">
25
+ <div class="card h-100">
26
+ <a href="{{ post.url }}">
27
+ <img src="{{ post.image }}" loading="lazy" height="215px" width="100%" class="card-img-top" alt="">
28
+ </a>
29
+ <div class="card-body">
30
+ <a href="{{ post.url }}" class="anchor_link">
31
+ <h4 class="card-title mb-4">{{ post.title }}</h4>
32
+ </a>
33
+ </div>
34
+ {%- include authors/authors.html -%}
35
+ <div class="card-footer bg-white">
36
+ <div class="wrapfooter">
37
+ {% if post.author %}
38
+ <span class="meta-footer-thumb">
39
+ <img class="author-thumb" loading="lazy" src="{{ image }}" alt="{{ authorName }}">
40
+ </span>
41
+ {% endif %}
42
+
43
+ <span class="author-meta">
44
+ <span class="post-name">
45
+ <a target="_blank" href="/blog">{{authorName}}</a>
46
+ </span><br>
47
+ <span class="post-date">{{post.date | date_to_string }}</span>
48
+ </span>
49
+ <span class="post-read-more "><a class="text-dark" href="{{ post.url }}" title="Read Story">Read More</a></span>
50
+ </div>
51
+ </div>
52
+ </div>
53
+ </div>
54
+ {% endfor %}
55
+ </div>
56
+ {%- include paginationBlogPage.html -%}
57
+ </div>
58
+
59
+ {% include section/count.html %}
60
+ </section>
61
+ {%- include section/alertbar.html -%}
62
+
63
+ {% include script.html %}
64
+ <script src="{{ '/assets/js/TopScroll.js' | relative_url }}"></script>
65
+ </body>
66
+
67
67
  </html>