Skip to content

Commit

Permalink
explicit mime type for better recognizion
Browse files Browse the repository at this point in the history
  • Loading branch information
jekuer committed Jan 13, 2022
1 parent 2e74423 commit b25c632
Show file tree
Hide file tree
Showing 9 changed files with 3,340 additions and 16 deletions.
2 changes: 1 addition & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* PHP Microsite Boilerplate
* +++++++++++++++++++++++++
*
* Version: 2.0.5
* Version: 2.0.6
* Creator: Jens Kuerschner (https://jenskuerschner.de)
* Project: https://github.com/jekuer/php-microsite-boilerplate
* License: GNU General Public License v3.0 (gpl-3.0)
Expand Down
2 changes: 1 addition & 1 deletion config.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

// Current version of the website.
// Will be used to control css and js caching.
$version_nr = '2.0.5';
$version_nr = '2.0.6';

// Multilanguage
$language['default'] = 'en'; // Use a key from the array below.
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* PHP Microsite Boilerplate
* +++++++++++++++++++++++++
*
* Version: 2.0.5
* Version: 2.0.6
* Creator: Jens Kuerschner (https://jenskuerschner.de)
* Project: https://github.com/jekuer/php-microsite-boilerplate
* License: GNU General Public License v3.0 (gpl-3.0)
Expand Down
Loading

0 comments on commit b25c632

Please sign in to comment.