Next Url Shortener
@@ -176,6 +185,11 @@
Source Code
+
+ ::
+ Dual Licensed: LICENSE-MIT or LICENSE-APACHE
+
+
::
Theme: Terminimal by pawroman
diff --git a/templates/section.html b/templates/section.html
index 57c9f4b..7ba761d 100644
--- a/templates/section.html
+++ b/templates/section.html
@@ -7,7 +7,7 @@
{% block content %}
{{ section.title }}
-
+
{%- if paginator %}
{%- set show_pages = paginator.pages -%}
{% else %}
@@ -20,7 +20,7 @@
{{ post_macros::content(page=page, summary=true, show_only_description=page.extra.show_only_description | default(value=false)) }}
{% endfor -%}
-
+
-{% endblock content %}
\ No newline at end of file
+{% endblock content %}
diff --git a/templates/tags/list.html b/templates/tags/list.html
index d4a7fdc..9856976 100644
--- a/templates/tags/list.html
+++ b/templates/tags/list.html
@@ -22,4 +22,4 @@
{% endfor %}
-{% endblock content %}
\ No newline at end of file
+{% endblock content %}
diff --git a/templates/tags/single.html b/templates/tags/single.html
index 1298741..dda5f64 100644
--- a/templates/tags/single.html
+++ b/templates/tags/single.html
@@ -22,4 +22,4 @@
{{ post_macros::list_posts(pages=term.pages) }}
-{% endblock content %}
\ No newline at end of file
+{% endblock content %}
diff --git a/themes/terminimal/sass/footer.scss b/themes/terminimal/sass/footer.scss
index 21be315..37e03ed 100644
--- a/themes/terminimal/sass/footer.scss
+++ b/themes/terminimal/sass/footer.scss
@@ -1,64 +1,64 @@
@import "variables";
.footer {
- padding: 40px 0;
- flex-grow: 0;
- opacity: .5;
+ padding: 40px 0;
+ flex-grow: 0;
+ opacity: 0.5;
- &__inner {
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin: 0;
- width: 760px;
- max-width: 100%;
-
- @media (max-width: $tablet-max-width) {
- flex-direction: column;
- }
- }
-
- a {
- color: inherit;
- }
-
- .copyright {
- display: flex;
- flex-direction: row;
- align-items: center;
- font-size: 1rem;
- color: var(--light-color-secondary);
-
- &--user {
- margin: auto;
- text-align: center;
- }
-
- & > *:first-child:not(:only-child) {
- margin-right: 10px;
-
- @media (max-width: $tablet-max-width) {
- border: none;
- padding: 0;
+ &__inner {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
margin: 0;
- }
+ /* width: 760px; */
+ max-width: 100%;
+
+ @media (max-width: $tablet-max-width) {
+ flex-direction: column;
+ }
}
- @media (max-width: $tablet-max-width) {
- flex-direction: column;
- margin-top: 10px;
+ a {
+ color: inherit;
}
- }
- .copyright-theme-sep {
- @media (max-width: $tablet-max-width) {
- display: none;
- }
- }
+ .copyright {
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+ font-size: 1rem;
+ color: var(--light-color-secondary);
- .copyright-theme {
- @media (max-width: $tablet-max-width) {
- font-size: 0.75rem;
+ &--user {
+ margin: auto;
+ text-align: center;
+ }
+
+ & > *:first-child:not(:only-child) {
+ margin-right: 10px;
+
+ @media (max-width: $tablet-max-width) {
+ border: none;
+ padding: 0;
+ margin: 0;
+ }
+ }
+
+ @media (max-width: $tablet-max-width) {
+ flex-direction: column;
+ margin-top: 10px;
+ }
+ }
+
+ .copyright-theme-sep {
+ @media (max-width: $tablet-max-width) {
+ display: none;
+ }
+ }
+
+ .copyright-theme {
+ @media (max-width: $tablet-max-width) {
+ font-size: 0.75rem;
+ }
}
- }
}
diff --git a/themes/terminimal/templates/macros/menu.html b/themes/terminimal/templates/macros/menu.html
index 090388f..e141505 100644
--- a/themes/terminimal/templates/macros/menu.html
+++ b/themes/terminimal/templates/macros/menu.html
@@ -49,4 +49,3 @@
{% endif -%}
{% endmacro menu %}
-