Skip to content

Commit

Permalink
Hate EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
taufik-nurrohman committed Aug 28, 2021
1 parent e5af158 commit 86fe0e5
Show file tree
Hide file tree
Showing 31 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion 404.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
</div>
</article>
<hr>
<?= self::after(); ?>
<?= self::after(); ?>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Release Notes

- Initial release.

Based on <https://github.com/BlackrockDigital/startbootstrap-clean-blog>
Based on <https://github.com/BlackrockDigital/startbootstrap-clean-blog>
2 changes: 1 addition & 1 deletion about.page
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ version: 1.1.0

![Clean Blog](https://user-images.githubusercontent.com/1669261/72221035-5faa2800-3589-11ea-9598-64142433c693.png)

A stylish, responsive blog theme for Bootstrap created by [Start Bootstrap](https://startbootstrap.com).
A stylish, responsive blog theme for Bootstrap created by [Start Bootstrap](https://startbootstrap.com).
2 changes: 1 addition & 1 deletion after.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?= self::footer(); ?>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion asset/.htaccess
Original file line number Diff line number Diff line change
@@ -1 +1 @@
allow from all
allow from all
2 changes: 1 addition & 1 deletion asset/css/clean-blog.css
Original file line number Diff line number Diff line change
Expand Up @@ -415,4 +415,4 @@ footer .copyright {
.comment-header,
.comment-footer {
padding: 0;
}
}
2 changes: 1 addition & 1 deletion asset/css/clean-blog.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion asset/js/bootstrap.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion asset/js/clean-blog.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
});
}

})(jQuery); // End of use strict
})(jQuery); // End of use strict
2 changes: 1 addition & 1 deletion asset/js/jquery.js
Original file line number Diff line number Diff line change
Expand Up @@ -10595,4 +10595,4 @@ if ( !noGlobal ) {


return jQuery;
} );
} );
2 changes: 1 addition & 1 deletion asset/js/jquery.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion asset/scss/.htaccess
Original file line number Diff line number Diff line change
@@ -1 +1 @@
deny from all
deny from all
2 changes: 1 addition & 1 deletion asset/scss/_bootstrap-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
.btn-lg {
font-size: 16px;
padding: 25px 35px;
}
}
2 changes: 1 addition & 1 deletion asset/scss/_contact.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@
}
form .form-group:first-child .floating-label-form-group {
border-top: 1px solid $gray-300;
}
}
2 changes: 1 addition & 1 deletion asset/scss/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ footer {
margin-bottom: 0;
text-align: center;
}
}
}
2 changes: 1 addition & 1 deletion asset/scss/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ img::selection {
img::-moz-selection {
color: $white;
background: transparent;
}
}
2 changes: 1 addition & 1 deletion asset/scss/_masthead.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ header.masthead {
}
}
}
}
}
2 changes: 1 addition & 1 deletion asset/scss/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@
}
@mixin sans-serif-font() {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
}
2 changes: 1 addition & 1 deletion asset/scss/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@
transform: translate3d(0, 100%, 0);
}
}
}
}
2 changes: 1 addition & 1 deletion asset/scss/_post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion asset/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ $info: $cyan !default;
$warning: $yellow !default;
$danger: $red !default;
$light: $gray-100 !default;
$dark: $gray-800 !default;
$dark: $gray-800 !default;
2 changes: 1 addition & 1 deletion asset/scss/clean-blog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
@import "post.scss";
@import "contact.scss";
@import "footer.scss";
@import "bootstrap-overrides.scss";
@import "bootstrap-overrides.scss";
2 changes: 1 addition & 1 deletion before.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
</head>
<body>
<?= self::nav(); ?>
<?= self::header(); ?>
<?= self::header(); ?>
2 changes: 1 addition & 1 deletion footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@
</div>
</div>
</div>
</footer>
</footer>
2 changes: 1 addition & 1 deletion header.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
</div>
</div>
</div>
</header>
</header>
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
}
ksort($out);
return $out;
})([], $state, $url));
})([], $state, $url));
2 changes: 1 addition & 1 deletion nav.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
</ul>
</div>
</div>
</nav>
</nav>
2 changes: 1 addition & 1 deletion page.author.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
echo '<a href="' . ($author->link ?: $author->url) . '" rel="author">' . $author . '</a>';
} else {
echo $author;
}
}
2 changes: 1 addition & 1 deletion page.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
</div>
</article>
<hr>
<?= self::after(); ?>
<?= self::after(); ?>
2 changes: 1 addition & 1 deletion pages.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@
</div>
</main>
<hr>
<?= self::after(); ?>
<?= self::after(); ?>
2 changes: 1 addition & 1 deletion state.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
]
]
]
];
];

0 comments on commit 86fe0e5

Please sign in to comment.