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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a22b02fe32b1653bf26316c2011c6f590769bbca773edbfd0fc9283e89a1d4d8
|
4
|
+
data.tar.gz: f5f892ba8f8f5563d238db625e935cc9373ab24fea5f3f9d866e39f213730adf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a0e6ed897c1f2e2dd95d3c871d9c6111a191cca94d7a5d144bf19845f3bf3ef557ba92e876a81c7f18339e1f2f7e058b593f14191f9a17ab44cce6a95d0685f1
|
7
|
+
data.tar.gz: 8df38d831b68ba2a34d667e8774b795377409a43eb4b3171fdc66ba406dabce097a24baddb94b263bcfc91c4a79680a38e15a4b6a361cda1f3a4429b0cd6aaac
|
File without changes
|
File without changes
|
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="{{
|
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
|
57
|
+
{%- include paginationBlogPage.html -%}
|
58
58
|
</div>
|
59
59
|
|
60
60
|
{% include section/count.html %}
|
data/_layouts/post.html
CHANGED
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.
|
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/
|
70
|
-
- _includes/
|
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
|