Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
taufik-nurrohman committed Dec 17, 2023
1 parent 6b82d4c commit cdd4f17
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .factory/_/black.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
--color-title: #ad9;
--color: #ccc;
--face-1: 'Trebuchet MS', Trebuchet, sans-serif;
--face-2: monospace;
--face-2: 'Courier New', Courier, monospace;
--face: 'Trebuchet MS', Trebuchet, sans-serif;
--fill-alert: rgba(51, 51, 51, 0.5);
--fill-button: #333 linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)) repeat-x 0 0;
Expand Down
2 changes: 1 addition & 1 deletion .factory/_/blue.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
--color-title: #fc6;
--color: #ccc;
--face-1: 'Trebuchet MS', Trebuchet, sans-serif;
--face-2: monospace;
--face-2: 'Courier New', Courier, monospace;
--face: 'Trebuchet MS', Trebuchet, sans-serif;
--fill-alert: rgba(51, 51, 51, 0.5);
--fill-button: #357 linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)) repeat-x 0 0;
Expand Down
2 changes: 1 addition & 1 deletion .factory/_/brick.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
--color-title: #886;
--color: #ccc;
--face-1: 'Trebuchet MS', Trebuchet, sans-serif;
--face-2: monospace;
--face-2: 'Courier New', Courier, monospace;
--face: 'Trebuchet MS', Trebuchet, sans-serif;
--fill-alert: rgba(204, 204, 204, 0.125);
--fill-button: #855 linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)) repeat-x 0 0;
Expand Down
2 changes: 1 addition & 1 deletion .factory/_/ochre.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
--color-title: #c80;
--color: #333;
--face-1: 'Trebuchet MS', Trebuchet, sans-serif;
--face-2: monospace;
--face-2: 'Courier New', Courier, monospace;
--face: Georgia, serif;
--fill-alert: rgba(204, 204, 204, 0.5);
--fill-button: #874 linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05)) repeat-x 0 0;
Expand Down
2 changes: 1 addition & 1 deletion .factory/_/white.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
--color-title: #c60;
--color: #333;
--face-1: 'Trebuchet MS', Trebuchet, sans-serif;
--face-2: monospace;
--face-2: 'Courier New', Courier, monospace;
--face: Georgia, serif;
--fill-alert: rgba(204, 204, 204, 0.5);
--fill-button: #58a linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)) repeat-x 0 0;
Expand Down
2 changes: 1 addition & 1 deletion about.page
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ images:
- /lot/y/blogger-minima/index/4.png
author: Taufik Nurrohman
type: Markdown
version: 1.0.3
version: 1.0.4
...

This is not a clone of the original Minima template. I didn’t make it from the original source code, but by refactoring
Expand Down
8 changes: 4 additions & 4 deletions footer.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<footer>
<?php if (0 === strpos($url->path . '/', $route = ($state->routeBlog ?? '/article') . '/')): ?>
<?php if (isset($state->x->feed) && 0 === strpos($url->path . '/', $route = ($state->routeBlog ?? '/article') . '/')): ?>
<p>
<?= i('Subscribe to %s', ['<a href="' . eat($url . ($state->routeBlog ?? '/article') . '/feed.xml') . '" rel="alternate" target="_blank">' . i('Posts') . ' (Atom)</a>']); ?>
</p>
<p>
<?= i('Powered by %s', ['<a href="https://mecha-cms.com">Mecha ' . VERSION . '</a>']); ?>
</p>
<?php endif; ?>
<p>
<?= i('Powered by %s', ['<a href="https://mecha-cms.com">Mecha ' . VERSION . '</a>']); ?>
</p>
</footer>
10 changes: 5 additions & 5 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ body > div > nav + div > main > article + nav {
--color-title: #ad9;
--color: #ccc;
--face-1: "Trebuchet MS", Trebuchet, sans-serif;
--face-2: monospace;
--face-2: "Courier New", Courier, monospace;
--face: "Trebuchet MS", Trebuchet, sans-serif;
--fill-alert: rgba(51, 51, 51, 0.5);
--fill-button: #333 linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)) repeat-x 0 0;
Expand Down Expand Up @@ -894,7 +894,7 @@ body > div > nav + div > main > article + nav {
--color-title: #fc6;
--color: #ccc;
--face-1: "Trebuchet MS", Trebuchet, sans-serif;
--face-2: monospace;
--face-2: "Courier New", Courier, monospace;
--face: "Trebuchet MS", Trebuchet, sans-serif;
--fill-alert: rgba(51, 51, 51, 0.5);
--fill-button: #357 linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)) repeat-x 0 0;
Expand Down Expand Up @@ -923,7 +923,7 @@ body > div > nav + div > main > article + nav {
--color-title: #886;
--color: #ccc;
--face-1: "Trebuchet MS", Trebuchet, sans-serif;
--face-2: monospace;
--face-2: "Courier New", Courier, monospace;
--face: "Trebuchet MS", Trebuchet, sans-serif;
--fill-alert: rgba(204, 204, 204, 0.125);
--fill-button: #855 linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)) repeat-x 0 0;
Expand Down Expand Up @@ -952,7 +952,7 @@ body > div > nav + div > main > article + nav {
--color-title: #c80;
--color: #333;
--face-1: "Trebuchet MS", Trebuchet, sans-serif;
--face-2: monospace;
--face-2: "Courier New", Courier, monospace;
--face: Georgia, serif;
--fill-alert: rgba(204, 204, 204, 0.5);
--fill-button: #874 linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05)) repeat-x 0 0;
Expand Down Expand Up @@ -981,7 +981,7 @@ body > div > nav + div > main > article + nav {
--color-title: #c60;
--color: #333;
--face-1: "Trebuchet MS", Trebuchet, sans-serif;
--face-2: monospace;
--face-2: "Courier New", Courier, monospace;
--face: Georgia, serif;
--fill-alert: rgba(204, 204, 204, 0.5);
--fill-button: #58a linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)) repeat-x 0 0;
Expand Down
2 changes: 1 addition & 1 deletion index.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion widget/page.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
}
$content .= '</ul>';
} else {
$content .= '<p>' . i('No related %s yet.', 'posts') . '</p>';
$content .= '<p role="status">' . i('No' . (!empty($search) ? ' related' : "") . ' %s yet.', 'posts') . '</p>';
}

echo self::widget([
Expand Down

0 comments on commit cdd4f17

Please sign in to comment.