File tree Expand file tree Collapse file tree 4 files changed +18
-5
lines changed Expand file tree Collapse file tree 4 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 88 </ a >
99 </ div >
1010
11- < div class ="col-md-4 ">
11+ < div class ="col-md-4 center ">
1212 < h1 class ="profile-name "> {{ site.title }}</ h1 >
1313 < p class ="profile-bio "> {{ site.subtitle }}</ p >
1414 < p class ="profile-links ">
Original file line number Diff line number Diff line change @@ -110,9 +110,9 @@ footer {
110110}
111111
112112.blog-post {
113- width : 350 px ;
113+ width : auto ;
114114 height : auto ;
115- margin : 20px !important ;
115+ margin-left : - 20px !important ;
116116}
117117
118118.responsive-table {
Original file line number Diff line number Diff line change 22
33Gem ::Specification . new do |spec |
44 spec . name = "devlopr"
5- spec . version = "0.3.5 "
5+ spec . version = "0.3.6 "
66 spec . authors = [ "Sujay Kundu" ]
77 spec . email = [ "sujaykundu777@gmail.com" ]
88
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
2121 spec . add_runtime_dependency "jekyll-analytics" , '~> 0.1.11'
2222 spec . add_runtime_dependency "jekyll-algolia" , '~> 1.4' , '>= 1.4.11'
2323 spec . add_runtime_dependency "jekyll-menus" , '~> 0.6.0'
24-
24+
2525 spec . add_runtime_dependency "jekyll" , "~> 3.8.5"
2626 spec . add_development_dependency "bundler" , '~> 2.0' , '>= 2.0.1'
2727 spec . add_development_dependency "rake" , "~> 12.0"
Original file line number Diff line number Diff line change 1+ ---
2+ layout : page
3+ title : Jekyll
4+ permalink : /blog/tags/jekyll
5+ ---
6+
7+ <h5 > Posts by Tag : {{ page.title }} </h5 >
8+
9+ <div class =" card " >
10+ {% for post in site.tags.jekyll %}
11+ <li class =" category-posts " ><span >{{ post.date | date_to_string }}</span >   ; <a href =" {{ post.url }} " >{{ post.title }}</a ></li >
12+ {% endfor %}
13+ </div >
You can’t perform that action at this time.
0 commit comments