diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5b823bf
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+_config.yml
+
diff --git a/_config.yml b/_EXAMPLE_config.yml
similarity index 100%
rename from _config.yml
rename to _EXAMPLE_config.yml
diff --git a/layout/_partial/article.ejs b/layout/_partial/article.ejs
index d5b2ce9..09ba1f1 100644
--- a/layout/_partial/article.ejs
+++ b/layout/_partial/article.ejs
@@ -4,13 +4,10 @@
diff --git a/layout/_partial/feed.ejs b/layout/_partial/feed.ejs
index b5b2bc9..b2327a6 100644
--- a/layout/_partial/feed.ejs
+++ b/layout/_partial/feed.ejs
@@ -25,4 +25,7 @@
<% }); %>
<% } %>
+
+
<% if(post.photos) { %>
<% } %>
diff --git a/layout/category.ejs b/layout/category.ejs
new file mode 100644
index 0000000..5a7de68
--- /dev/null
+++ b/layout/category.ejs
@@ -0,0 +1 @@
+<%- include("_partial/feed", { item: page.posts.sort('-date') }) %>
\ No newline at end of file
diff --git a/layout/layout.ejs b/layout/layout.ejs
index bb5c268..2789686 100644
--- a/layout/layout.ejs
+++ b/layout/layout.ejs
@@ -19,6 +19,7 @@
+
<%= config.title %>
diff --git a/source/css/style.css b/source/css/style.css
index 07b9cc3..da854d2 100644
--- a/source/css/style.css
+++ b/source/css/style.css
@@ -69,11 +69,11 @@ a {
}
.scarf .logo {
- width:100%;
+ width:21px;
bottom: 0px;
font-size: 15px;
text-align: center;
- padding: 5px 0;
+ padding: 5px 2px;
position: absolute;
object-fit: cover;
}
@@ -179,13 +179,6 @@ nav a {
color: #dcdcdf !important;
}
-/* Small devices (phones, 0-576px) */
-@media (max-width: 576px) {
- body{
- width: 400px;
- }
-}
-
@media (max-width: 768px) {
.sidebar-content {
display: none;
@@ -195,6 +188,10 @@ nav a {
display: none;
}
+ .footer {
+ display: none;
+ }
+
.content {
width: calc(100% - 1em);
}
@@ -286,7 +283,7 @@ img:hover {
font-style: italic;
}
-/* Post - Top section */
+/* Poskt - Top section */
.article {
font-size: 35px !important;
line-height: 40px !important;