Skip to content

Commit

Permalink
Merge pull request #18 from mjamilasfihani/mjamilasfihani-patch-1
Browse files Browse the repository at this point in the history
Mjamilasfihani patch 1
  • Loading branch information
mjamilasfihani authored Jul 6, 2021
2 parents cab14f4 + 46d584e commit 1ae4284
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/Libraries/AssetsLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class AssetsLoader
* optimization (SEO)! The page title is used by search engine algorithms to
* decide the order when listing pages in search results. - W3SCHOOLS.COM
*
* @var string | Your Website Title
* @var string
*/
protected $title = 'Your Website Title';

Expand Down
5 changes: 1 addition & 4 deletions app/Views/example_message.php
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
<div class="my-4 py-4 mx-auto text-center">
<h3><?= $text ?></h3>
<p>Rendered in {elapsed_time} seconds.</p>
</div>
<div class="my-4 py-4 mx-auto text-center"><h3><?= $text ?></h3><p>Rendered in {elapsed_time} seconds.</p></div>

0 comments on commit 1ae4284

Please sign in to comment.