Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _layouts/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div id="header-logo" class="lg:container lg:mx-auto px-4 py-2">
<div class="flex items-center flex-no-shrink pt-1">
<a href="/" class="flex items-center">
<span class="pr-2 font-normal font-normal leading-none text-3xl text-indigo-900 hidden sm:block">
<span class="pr-2 font-normal leading-none text-3xl text-indigo-900 hidden sm:block">
<img class="fill-current h-8 mr-2" src="/dist/images/php-flasher-logo.svg" />
<sup class="text-xs relative text-grey-dark" style="top: -20px;">{{ site.data.project.version }}</sup>
</span>
Expand Down
5 changes: 1 addition & 4 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
module.exports = {
content: [
"./_site/**/*.html",
"./_site/**/*.js",
],
content: ['./_site/**/*.html', './_site/**/*.js'],
}