appscms-tools-theme 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 39e9cd41376d675c918575a4f5f8cacae4e3a95e412dcc844f20c1f6cc2fafc7
4
- data.tar.gz: 59f5ca42af077ee83f58890c86b98aa9f641037edddf5b9c338073d09a9b37f7
3
+ metadata.gz: a22b02fe32b1653bf26316c2011c6f590769bbca773edbfd0fc9283e89a1d4d8
4
+ data.tar.gz: f5f892ba8f8f5563d238db625e935cc9373ab24fea5f3f9d866e39f213730adf
5
5
  SHA512:
6
- metadata.gz: 3ed4f23e0fd571a6aa87c9694e58f3cadc13aa681923b5ec5e0fe18094621ebe17894b7187f257d14e8f5020c1c53c1d2059d07688b053701189a2bc2095db12
7
- data.tar.gz: 39fd45f1769be3afa192b811e1731bea198060dfff99eeec319a18f60ff10762dcefd46648a63e6ca07ed4a9c5d845f133b515292b9b5bcb6feee7cf47126296
6
+ metadata.gz: a0e6ed897c1f2e2dd95d3c871d9c6111a191cca94d7a5d144bf19845f3bf3ef557ba92e876a81c7f18339e1f2f7e058b593f14191f9a17ab44cce6a95d0685f1
7
+ data.tar.gz: 8df38d831b68ba2a34d667e8774b795377409a43eb4b3171fdc66ba406dabce097a24baddb94b263bcfc91c4a79680a38e15a4b6a361cda1f3a4429b0cd6aaac
data/_layouts/blog.html CHANGED
@@ -34,7 +34,7 @@
34
34
  <div class="card-footer bg-white">
35
35
  <div class="wrapfooter">
36
36
  <span class="meta-footer-thumb">
37
- <img class="author-thumb" src="{{ author.image }}" alt="{{ post.author.name }}">
37
+ <img class="author-thumb" src="{{ post.image2 }}" alt="{{ post.author.name }}">
38
38
  </span>
39
39
  <span class="author-meta">
40
40
  <span class="post-name">
@@ -54,7 +54,7 @@
54
54
  </div>
55
55
  {% endfor %}
56
56
  </div>
57
- {%- include pagination.html -%}
57
+ {%- include paginationBlogPage.html -%}
58
58
  </div>
59
59
 
60
60
  {% include section/count.html %}
data/_layouts/post.html CHANGED
@@ -48,8 +48,7 @@
48
48
  <div class="post-content">
49
49
  {{ content }}
50
50
  </div>
51
- {%- include pagination2.html -%}
52
-
51
+ {%- include paginationPostPage.html -%}
53
52
  </div>
54
53
  </div>
55
54
  </section>
data/assets/css/blog.css CHANGED
@@ -23,54 +23,6 @@ a {
23
23
  border-radius: 50%;
24
24
  }
25
25
 
26
- /* HEADER STYLING */
27
- header {
28
- width: 100%;
29
- position: relative;
30
- background: url(../assets/images/bg_elements.png);
31
- }
32
- .navbar {
33
- width: 100%;
34
- padding: 1.2rem 10rem !important;
35
- position: fixed;
36
- top: 0;
37
- left: 0;
38
- z-index: 999;
39
- }
40
- .navbar-brand {
41
- font-size: 2.2rem;
42
- color: var(--txtColor) !important;
43
- font-weight: 900;
44
- }
45
- .navbar-dark .navbar-toggler {
46
- outline: none !important;
47
- }
48
- .navbar-nav .nav-item {
49
- padding: 0 10px;
50
- }
51
- .navbar-nav .nav-link:hover {
52
- color: var(--txtColor) !important;
53
- transition: all 0.2s linear;
54
- -webkit-transition: all 0.2s linear;
55
- -moz-transition: all 0.2s linear;
56
- }
57
- .nav-link {
58
- text-decoration: none !important;
59
- font-size: 16px;
60
- color: gray !important;
61
- }
62
- .dropdown:hover .dropdown-menu {
63
- display: block;
64
- border: none;
65
- font-size: 14px;
66
- left: -160px;
67
- padding: 13.5px;
68
- background: transparent;
69
- }
70
- .dropdown-item {
71
- text-align: right;
72
- }
73
-
74
26
  /* blogs-card title, content styling */
75
27
  .anchor_link {
76
28
  text-decoration: none !important;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appscms-tools-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek-appscms
@@ -66,8 +66,8 @@ files:
66
66
  - _includes/head/index.html
67
67
  - _includes/header.html
68
68
  - _includes/header/index.html
69
- - _includes/pagination.html
70
- - _includes/pagination2.html
69
+ - _includes/paginationBlogPage.html
70
+ - _includes/paginationPostPage.html
71
71
  - _includes/postbox.html
72
72
  - _includes/section/alertbar.html
73
73
  - _includes/section/count.html