jekyll-theme-centos 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (100) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/{centos-footer.html → footer.html} +5 -5
  3. data/_includes/{centos-head.html → head.html} +0 -0
  4. data/_includes/header.html +11 -0
  5. data/_includes/header/blog.html +23 -0
  6. data/_includes/header/home.html +13 -0
  7. data/_includes/header/page.html +10 -0
  8. data/_includes/header/post.html +22 -0
  9. data/_includes/{centos-content → home}/around.html +1 -1
  10. data/_includes/home/news.html +14 -0
  11. data/_includes/{centos-content → home}/sponsors.html +2 -2
  12. data/_includes/{centos-nav.html → nav.html} +1 -1
  13. data/_includes/page/alert-danger.html +4 -0
  14. data/_includes/page/alert-info.html +4 -0
  15. data/_includes/page/alert-success.html +4 -0
  16. data/_includes/page/alert-warning.html +4 -0
  17. data/_includes/page/breadcrumbs.html +11 -0
  18. data/_includes/{centos-content/download/table-body-doc.html → page/download-body-doc.html} +0 -0
  19. data/_includes/{centos-content/download/table-body-eol.html → page/download-body-eol.html} +0 -0
  20. data/_includes/{centos-content/download/table-body.html → page/download-body.html} +0 -0
  21. data/_includes/page/download-cards.html +13 -0
  22. data/_includes/{centos-content/download/table-footer.html → page/download-footer.html} +0 -0
  23. data/_includes/{centos-content/download/table-header-doc.html → page/download-header-doc.html} +0 -0
  24. data/_includes/{centos-content/download/table-header-eol.html → page/download-header-eol.html} +0 -0
  25. data/_includes/{centos-content/download/table-header.html → page/download-header.html} +0 -0
  26. data/_includes/page/download-linux.html +20 -0
  27. data/_includes/page/download-linux/7-doc.html +5 -0
  28. data/_includes/page/download-linux/7-eol.html +5 -0
  29. data/_includes/page/download-linux/7.html +5 -0
  30. data/_includes/page/download-linux/8-doc.html +5 -0
  31. data/_includes/page/download-linux/8-eol.html +5 -0
  32. data/_includes/page/download-linux/8.html +5 -0
  33. data/_includes/{centos-content/download/stream.html → page/download-stream.html} +4 -4
  34. data/_includes/page/download-stream/8-doc.html +5 -0
  35. data/_includes/page/download-stream/8-eol.html +5 -0
  36. data/_includes/page/download-stream/8.html +5 -0
  37. data/_includes/page/figure.html +1 -0
  38. data/_includes/{centos-search.html → page/search.html} +0 -0
  39. data/_includes/{centos-content → page}/toc.html +4 -2
  40. data/_includes/{centos-content → page}/video.html +1 -1
  41. data/_layouts/aside.html +16 -0
  42. data/_layouts/{centos-content/blog.html → blog.html} +13 -13
  43. data/_layouts/{centos-content.html → default.html} +4 -4
  44. data/_layouts/{centos-content/download-mirror.html → download-mirror.html} +10 -7
  45. data/_layouts/download.html +25 -0
  46. data/_layouts/{centos-content/home.html → home.html} +8 -8
  47. data/_layouts/page.html +13 -0
  48. data/_layouts/post.html +23 -0
  49. data/_layouts/search.html +12 -0
  50. data/_layouts/{centos-content/sponsors.html → sponsors.html} +2 -2
  51. data/_sass/centos/_footer.scss +6 -6
  52. data/_sass/centos/_header.scss +23 -15
  53. data/_sass/centos/_mixins.scss +5 -4
  54. data/_sass/centos/_page.scss +242 -0
  55. data/_sass/centos/_variables.scss +13 -12
  56. data/_sass/centos/centos.scss +2 -2
  57. data/_sass/centos/mixins/{_footer-link.scss → _link-dark.scss} +1 -1
  58. data/_sass/centos/mixins/_page-card.scss +14 -0
  59. data/_sass/centos/mixins/_page-heading.scss +28 -0
  60. data/_sass/centos/mixins/_page-lists.scss +15 -0
  61. data/_sass/centos/mixins/{_content-toc.scss → _page-toc.scss} +9 -4
  62. data/assets/img/{centos-logo-white.png → logo.png} +0 -0
  63. data/assets/img/{centos-motif.png → motif.png} +0 -0
  64. data/assets/js/jquery.rss.js +1 -11
  65. data/assets/js/moment.min.js +2 -7
  66. metadata +59 -61
  67. data/_includes/centos-content/1col.html +0 -11
  68. data/_includes/centos-content/2col.html +0 -15
  69. data/_includes/centos-content/admonition/caution.html +0 -4
  70. data/_includes/centos-content/admonition/idea.html +0 -4
  71. data/_includes/centos-content/admonition/note.html +0 -4
  72. data/_includes/centos-content/admonition/warning.html +0 -4
  73. data/_includes/centos-content/breadcrumbs.html +0 -11
  74. data/_includes/centos-content/download/stream-8-doc.html +0 -5
  75. data/_includes/centos-content/download/stream-8-eol.html +0 -5
  76. data/_includes/centos-content/download/stream-8.html +0 -5
  77. data/_includes/centos-content/figure.html +0 -4
  78. data/_includes/centos-content/news.html +0 -15
  79. data/_includes/centos-header.html +0 -11
  80. data/_includes/centos-header/blog-paginator.html +0 -7
  81. data/_includes/centos-header/blog.html +0 -13
  82. data/_includes/centos-header/home.html +0 -15
  83. data/_includes/centos-header/page.html +0 -12
  84. data/_includes/centos-header/post-paginator.html +0 -6
  85. data/_includes/centos-header/post.html +0 -13
  86. data/_includes/centos-styleguide.md +0 -243
  87. data/_layouts/centos-content/1col.html +0 -9
  88. data/_layouts/centos-content/2col.html +0 -9
  89. data/_layouts/centos-content/download.html +0 -18
  90. data/_layouts/centos-content/post.html +0 -23
  91. data/_layouts/centos-content/search.html +0 -12
  92. data/_sass/centos/_content.scss +0 -107
  93. data/_sass/centos/content/_1col.scss +0 -109
  94. data/_sass/centos/content/_2col.scss +0 -44
  95. data/_sass/centos/content/_download.scss +0 -17
  96. data/_sass/centos/content/_sponsors.scss +0 -9
  97. data/_sass/centos/header/_home.scss +0 -4
  98. data/_sass/centos/header/_page.scss +0 -4
  99. data/_sass/centos/mixins/_content-card.scss +0 -13
  100. data/_sass/centos/mixins/_content-heading.scss +0 -28
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2bb0ce4da2ceeff4cd9912bf7b6537977e90fea097ff3eab68f268d832a834f0
4
- data.tar.gz: a32c1d265828f69c9e052cded867d0a5bdd6ec784c120654fe1fa62ecc9ebb33
3
+ metadata.gz: 246f569021a11558ca187b566e4a1483a5eaef12fdb7cebafaf71ac9a9491ad8
4
+ data.tar.gz: 0ed9eac80a7d7d43140d172b6726abbb00bb959828ea5b7ebdf8e94eb5837c4b
5
5
  SHA512:
6
- metadata.gz: 538eef0aa3858a244f8847d2925b66341b6181f83359226a2e0a7fedb00310fd1880a7ebdc59df6d8098a50ebf011e6b9d341300eae40cb130ab426246d7216b
7
- data.tar.gz: 2e031e0b9e134d550545807ec9ebb6b9fd66f005b8f4a4f99bb729c4b7de8bf375b17c6522c0c8d3dfb89b282756f89a9a7efc8dd8011e6996c7a1bb429ee134
6
+ metadata.gz: 71dc8cecbe9a9f829da2118c5f09e3978df66f49610c0bea02409b755fc870f8c5e184636e975b4ce110fae53a48aa844a994849bd14f2051defacb5fd1f5203
7
+ data.tar.gz: 180a83eefdef6f5b713f0da9296160ba53e49ee3f49580e9796d7a748bb3496b5ddcdc7988c6c5fa65761487e9770653ce1c121670c0f40cf3a2692b839c69d0
@@ -1,7 +1,7 @@
1
- <footer class="centos-footer">
1
+ <footer class="footer">
2
2
  <div class="container">
3
3
  <div class="row justify-content-center">
4
- <section class="centos-footer-about">
4
+ <section class="about">
5
5
  <h4>About</h4>
6
6
  <ul>
7
7
  <li><a href="/about">About CentOS</a></li>
@@ -11,7 +11,7 @@
11
11
  <li><a href="/about/governance">Governance</a></li>
12
12
  </ul>
13
13
  </section>
14
- <section class="centos-footer-community">
14
+ <section class="community">
15
15
  <h4>Community</h4>
16
16
  <ul>
17
17
  <li><a href="https://wiki.centos.org/Contribute">Contribute</a></li>
@@ -23,7 +23,7 @@
23
23
  <li><a href="https://bugs.centos.org/">Submit Bug</a></li>
24
24
  </ul>
25
25
  </section>
26
- <section class="centos-footer-project">
26
+ <section class="project">
27
27
  <h4>The CentOS Project</h4>
28
28
  <p class="lead">Community-driven free software effort focused on delivering a robust open source ecosystem around a Linux platform.</p>
29
29
  <div class="lead social">
@@ -34,7 +34,7 @@
34
34
  <a href="https://www.reddit.com/r/CentOS/"><i class="fab fa-reddit"></i></a>
35
35
  </div>
36
36
  </section>
37
- <section class="centos-footer-copyright">
37
+ <section class="copyright">
38
38
  <p>Copyright &copy; 2020 The CentOS Project | <a href="/legal">Legal</a> | <a href="/legal/privacy">Privacy</a> | <a href="https://git.centos.org/centos/centos.org">Site Source</a></p>
39
39
  </section>
40
40
  </div>
@@ -0,0 +1,11 @@
1
+ <header class="header">
2
+ {% if page.layout == "home" %}
3
+ {% include header/home.html %}
4
+ {% elsif page.layout == "blog" %}
5
+ {% include header/blog.html %}
6
+ {% elsif page.layout == "blog-post" %}
7
+ {% include header/post.html %}
8
+ {% else %}
9
+ {% include header/page.html %}
10
+ {% endif %}
11
+ </header>
@@ -0,0 +1,23 @@
1
+ {% if paginator.previous_page_path %}
2
+ <a href="{{ paginator.previous_page_path }}"><span class="paginator"><i class="fas fa-arrow-left"></i></span></a>
3
+ {% else %}
4
+ <span class="paginator disabled"><i class="fas fa-arrow-left"></i></span>
5
+ {% endif %}
6
+
7
+ <section class="title">
8
+ <div class="row">
9
+ <div class="col">
10
+ <header>
11
+ <h1>{{ page.title }}</h1>
12
+ </header>
13
+ <p class="lead">{{ page.title_lead }}</p>
14
+ </div>
15
+ </div>
16
+ </section>
17
+
18
+ {% if paginator.next_page_path %}
19
+ <a href="{{ paginator.next_page_path }}"><span class="paginator"><i class="fas fa-arrow-right"></i></span></a>
20
+ {% else %}
21
+ <span class="paginator disabled"><i class="fas fa-arrow-right"></i></span>
22
+ {% endif %}
23
+
@@ -0,0 +1,13 @@
1
+ <div class="home">
2
+ <div class="row">
3
+ <div class="col-7">
4
+ <header>
5
+ <h1>{{ page.title }}</h1>
6
+ </header>
7
+ <p class="lead">{{ page.title_lead }}</p>
8
+ <p class="lead">We offer two Linux distros:</p>
9
+ <a class="btn btn-light btn-lg" role="button" href="/centos-linux"><i class="fas fa-download"></i> <strong>CentOS Linux</strong></a>
10
+ <a class="btn btn-light btn-lg" role="button" href="/centos-stream"><i class="fas fa-download"></i> <strong>CentOS Stream</strong></a>
11
+ </div>
12
+ </div>
13
+ </div>
@@ -0,0 +1,10 @@
1
+ <div class="title">
2
+ <div class="row">
3
+ <div class="col">
4
+ <header>
5
+ <h1>{{ page.title }}</h1>
6
+ </header>
7
+ <p class="lead">{{ page.title_lead }}</p>
8
+ </div>
9
+ </div>
10
+ </div>
@@ -0,0 +1,22 @@
1
+ {% if page.previous.url %}
2
+ <a href="{{ page.previous.url }}"><span class="paginator"><i class="fas fa-arrow-left"></i></span></a>
3
+ {% else %}
4
+ <span class="paginator disabled"><i class="fas fa-arrow-left"></i></span>
5
+ {% endif %}
6
+
7
+ <div class="title">
8
+ <div class="row">
9
+ <div class="col">
10
+ <header>
11
+ <h1>{{ page.title }}</h1>
12
+ </header>
13
+ <p class="lead">{{ page.title_lead }}</p>
14
+ </div>
15
+ </div>
16
+ </div>
17
+
18
+ {% if page.next.url %}
19
+ <a href="{{ page.next.url }}"><span class="paginator"><i class="fas fa-arrow-right"></i></span></a>
20
+ {% else %}
21
+ <span class="paginator disabled"><i class="fas fa-arrow-right"></i></span>
22
+ {% endif %}
@@ -1,4 +1,4 @@
1
- <section class="centos-content-around">
1
+ <section class="around">
2
2
  <header>
3
3
  <h2><i class="fas fa-globe-americas"></i> Around CentOS</h2>
4
4
  </header>
@@ -0,0 +1,14 @@
1
+ <section class="news">
2
+ <header>
3
+ <h2><i class="fas fa-calendar-alt"></i> News and events</h2>
4
+ </header>
5
+
6
+ <div class="card">
7
+ <ul class="card-body">
8
+ {% for i in site.posts limit:5 %}
9
+ <a href="{{ i.url }}"><li class="card-title">{{ i.title }}</li></a>
10
+ {% endfor %}
11
+ </ul>
12
+ </div>
13
+
14
+ </section>
@@ -1,11 +1,11 @@
1
- <section class="centos-content-sponsors">
1
+ <section class="sponsors carousel">
2
2
  <header>
3
3
  <h2><i class="fas fa-award"></i> Sponsorship</h2>
4
4
  </header>
5
5
 
6
6
  <p>CentOS would not be possible without the support of our sponsors. We would like to thank the following product/service for being a CentOS sponsor:</p>
7
7
 
8
- <div class="centos-content-sponsors-cards">
8
+ <div class="card">
9
9
  <div class="carousel slide carousel-fade" data-ride="carousel" id="carousel-1">
10
10
  <div class="carousel-inner" role="listbox">
11
11
  {% for sponsor in site.sponsors %}
@@ -1,6 +1,6 @@
1
1
  <nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark">
2
2
  <div class="container">
3
- <a href="/"><img src="/assets/img/centos-logo-white.png" height="32" alt="CentOS Project"></a>
3
+ <a class="navbar-brand" href="/"><img src="/assets/img/logo.png" height="32" alt="{{ site.title }}"></a>
4
4
  <button data-toggle="collapse" class="navbar-toggler" data-target="#navcol-1"><span class="sr-only">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
5
5
  <div class="collapse navbar-collapse" id="navcol-1">
6
6
  <ul class="nav navbar-nav ml-auto">
@@ -0,0 +1,4 @@
1
+ <div class="alert alert-danger" role="alert">
2
+ <p class="title"><i class="fas fa-minus-circle"></i> Caution:</p>
3
+ <p>{{ include.content }}</p>
4
+ </div>
@@ -0,0 +1,4 @@
1
+ <div class="alert alert-info" role="alert">
2
+ <p class="title"><i class="fas fa-clipboard"></i> Note:</p>
3
+ <p>{{ include.content }}</p>
4
+ </div>
@@ -0,0 +1,4 @@
1
+ <div class="alert alert-success" role="alert">
2
+ <p class="title"><i class="fas fa-lightbulb"></i> Idea:</p>
3
+ <p>{{ include.content }}</p>
4
+ </div>
@@ -0,0 +1,4 @@
1
+ <div class="alert alert-warning" role="alert">
2
+ <p class="title"><i class="fas fa-exclamation-triangle"></i> Warning:</p>
3
+ <p>{{ include.content }}</p>
4
+ </div>
@@ -0,0 +1,11 @@
1
+ <ol class="breadcrumb">
2
+ {% assign crumbs = page.url | remove:'/index.html' | split: '/' %}
3
+ <li class="breadcrumb-item"><a href="/">Home</a></li>
4
+ {% for crumb in crumbs offset: 1 %}
5
+ {% if forloop.last %}
6
+ <li class="breadcrumb-item">{{ page.title }}</li>
7
+ {% else %}
8
+ <li class="breadcrumb-item"><a href="{% assign crumb_limit = forloop.index | plus: 1 %}{% for crumb in crumbs limit: crumb_limit %}{{ crumb | append: '/' | replace:'without-plugin/','without-plugins/' }}{% endfor %}">{{ crumb | replace:'-',' ' | remove:'.html' | capitalize }}</a></li>
9
+ {% endif %}
10
+ {% endfor %}
11
+ </ol>
@@ -0,0 +1,13 @@
1
+ <section class="card">
2
+ <header>
3
+ <h2>CentOS Linux</h2>
4
+ </header>
5
+ {% include page/download-linux.html %}
6
+ </section>
7
+
8
+ <section class="card">
9
+ <header>
10
+ <h2>CentOS Stream</h2>
11
+ </header>
12
+ {% include page/download-stream.html %}
13
+ </section>
@@ -0,0 +1,20 @@
1
+ <ul class="nav nav-tabs">
2
+ <li class="nav-item"><a class="nav-link active" role="tab" data-toggle="tab" href="#tab-linux-8">8</a></li>
3
+ <li class="nav-item"><a class="nav-link" role="tab" data-toggle="tab" href="#tab-linux-7">7</a></li>
4
+ </ul>
5
+
6
+ <div class="tab-content">
7
+
8
+ <div class="tab-pane active" role="tabpanel" id="tab-linux-8">
9
+ {% include page/download-linux/8.html %}
10
+ {% include page/download-linux/8-doc.html %}
11
+ {% include page/download-linux/8-eol.html %}
12
+ </div>
13
+
14
+ <div class="tab-pane" role="tabpanel" id="tab-linux-7">
15
+ {% include page/download-linux/7.html %}
16
+ {% include page/download-linux/7-doc.html %}
17
+ {% include page/download-linux/7-eol.html %}
18
+ </div>
19
+
20
+ </div>
@@ -0,0 +1,5 @@
1
+ {% include page/download-header-doc.html %}
2
+ {% for row in site.data.centos-linux-7-doc %}
3
+ {% include page/download-body-doc.html %}
4
+ {% endfor %}
5
+ {% include page/download-footer.html %}
@@ -0,0 +1,5 @@
1
+ {% include page/download-header-eol.html %}
2
+ {% for row in site.data.centos-linux-7-eol %}
3
+ {% include page/download-body-eol.html %}
4
+ {% endfor %}
5
+ {% include page/download-footer.html %}
@@ -0,0 +1,5 @@
1
+ {% include page/download-header.html %}
2
+ {% for row in site.data.centos-linux-7 %}
3
+ {% include page/download-body.html %}
4
+ {% endfor %}
5
+ {% include page/download-footer.html %}
@@ -0,0 +1,5 @@
1
+ {% include page/download-header-doc.html %}
2
+ {% for row in site.data.centos-linux-8-doc %}
3
+ {% include page/download-body-doc.html %}
4
+ {% endfor %}
5
+ {% include page/download-footer.html %}
@@ -0,0 +1,5 @@
1
+ {% include page/download-header-eol.html %}
2
+ {% for row in site.data.centos-linux-8-eol %}
3
+ {% include page/download-body-eol.html %}
4
+ {% endfor %}
5
+ {% include page/download-footer.html %}
@@ -0,0 +1,5 @@
1
+ {% include page/download-header.html %}
2
+ {% for row in site.data.centos-linux-8 %}
3
+ {% include page/download-body.html %}
4
+ {% endfor %}
5
+ {% include page/download-footer.html %}
@@ -1,4 +1,4 @@
1
- <section class="centos-content-download-stream">
1
+ <section class="content-download-stream">
2
2
  <ul class="nav nav-tabs">
3
3
  <li class="nav-item"><a class="nav-link active" role="tab" data-toggle="tab" href="#tab-stream-8">Latest</a></li>
4
4
  </ul>
@@ -6,9 +6,9 @@
6
6
  <div class="tab-content">
7
7
 
8
8
  <div class="tab-pane active" role="tabpanel" id="tab-stream-8">
9
- {% include centos-content/download/stream-8.html %}
10
- {% include centos-content/download/stream-8-doc.html %}
11
- {% include centos-content/download/stream-8-eol.html %}
9
+ {% include page/download-stream/8.html %}
10
+ {% include page/download-stream/8-doc.html %}
11
+ {% include page/download-stream/8-eol.html %}
12
12
  </div>
13
13
 
14
14
  </div>
@@ -0,0 +1,5 @@
1
+ {% include page/download-header-doc.html %}
2
+ {% for row in site.data.centos-stream-8-doc %}
3
+ {% include page/download-body-doc.html %}
4
+ {% endfor %}
5
+ {% include page/download-footer.html %}
@@ -0,0 +1,5 @@
1
+ {% include page/download-header-eol.html %}
2
+ {% for row in site.data.centos-stream-8-eol %}
3
+ {% include page/download-body-eol.html %}
4
+ {% endfor %}
5
+ {% include page/download-footer.html %}
@@ -0,0 +1,5 @@
1
+ {% include page/download-header.html %}
2
+ {% for row in site.data.centos-stream-8 %}
3
+ {% include page/download-body.html %}
4
+ {% endfor %}
5
+ {% include page/download-footer.html %}
@@ -0,0 +1 @@
1
+ <img class="figure-img img-fluid" src="{{ include.src }}" alt="{{ include.alt }}">
@@ -95,9 +95,11 @@
95
95
  {% endif %}{% endcapture %}
96
96
 
97
97
  {% if my_toc != "" %}
98
+ <section class="toc">
98
99
  <header>
99
100
  <h6>Contents:</h6>
100
101
  </header>
101
- {% endif %}
102
102
 
103
- {% assign tocWorkspace = '' %}{{ my_toc | markdownify | strip }}
103
+ {% assign tocWorkspace = '' %}{{ my_toc | markdownify | strip }}
104
+ </section>
105
+ {% endif %}
@@ -1,3 +1,3 @@
1
- <div class="centos-content-video">
1
+ <div class="video">
2
2
  <iframe class="embed-responsive-item" src="{{ include.src }}" allowfullscreen></iframe>
3
3
  </div>
@@ -0,0 +1,16 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <main class="page">
6
+ <div class="row">
7
+ <aside class="aside-navigation">
8
+ {% include page/breadcrumbs.html %}
9
+ {% include page/toc.html html=content %}
10
+ </aside>
11
+
12
+ <article class="aside-article">
13
+ {{ content }}
14
+ </section>
15
+ </div>
16
+ </main>
@@ -1,11 +1,11 @@
1
1
  ---
2
- layout: centos-content
2
+ layout: default
3
3
  ---
4
4
 
5
- <main class="centos-content-1col">
5
+ <main class="page">
6
6
  <div class="row">
7
7
 
8
- <div class="centos-content-1col-blog">
8
+ <div class="blog">
9
9
 
10
10
  <div class="rss-subscribe">
11
11
  <a href="{{ "/feed.xml" | relative_url }}"><i class="fas fa-rss"></i> Subscribe</a>
@@ -14,36 +14,36 @@ layout: centos-content
14
14
  {%- if site.posts.size > 0 -%}
15
15
  <div class="d-flex align-content-start flex-wrap align-content-stretch">
16
16
  {%- for post in paginator.posts -%}
17
- <a href="{{ post.url | relative_url }}">
18
17
  <div class="card">
19
- {%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
20
- <img class="card-img-top" src="{{ post.image }}" alt="{{ post.title | escape }}">
18
+ <a href="{{ post.url | relative_url }}">
21
19
  <div class="card-body">
20
+ {%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
21
+ <img class="card-img-top" src="{{ post.image }}" alt="{{ post.title | escape }}">
22
22
  <h5 class="card-title">{{ post.title | escape }}</h5>
23
23
  <p class="card-date">{{ post.date | date: date_format }}</p>
24
24
  {%- if site.show_excerpts -%}
25
25
  <p class="card-excerpt">{{ sponsor.excerpt }}</p>
26
26
  {%- endif -%}
27
27
  </div>
28
- </a>
28
+ </a>
29
29
  </div>
30
30
  {% endfor %}
31
31
  </div>
32
32
  {%- endif -%}
33
33
 
34
34
  {% if paginator.total_pages > 1 %}
35
- <ul class="paginator">
35
+ <div class="paginator">
36
36
  {% if paginator.previous_page %}
37
- <li class="paginator-previous">
37
+ <span class="newer">
38
38
  <a href="{{ paginator.previous_page_path | prepend: site.baseurl }}"><i class="fas fa-arrow-left"></i> Newer</a>
39
- </li>
39
+ </span>
40
40
  {% endif %}
41
41
  {% if paginator.next_page %}
42
- <li class="paginator-next">
42
+ <span class="older">
43
43
  <a href="{{ paginator.next_page_path | prepend: site.baseurl }}"> Older <i class="fas fa-arrow-right"></i></a>
44
- </li>
44
+ </span>
45
45
  {% endif %}
46
- </ul>
46
+ </div>
47
47
  {% endif %}
48
48
  </div>
49
49
  </div>