Skip to content

Commit 5f38bee

Browse files
committed
Legacy support for themes
1 parent 6f6e260 commit 5f38bee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/views/home.blade.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ function themeAsset($path){
198198

199199
<!-- Short Bio -->
200200
<div class="mt-5 fadein">
201-
<?php echo $message->home_message; ?>
201+
<center><?php echo $message->home_message; ?></center>
202202
</div>
203203

204204

@@ -241,7 +241,7 @@ function themeAsset($path){
241241
@endif
242242
</br></br>
243243

244-
<div class="fadein">
244+
<center><div class="fadein">
245245
@if(config('advanced-config.home_footer') == 'custom')
246246
<p><?php $year = date("Y"); echo strtr(config('advanced-config.custom_home_footer_text'), array('{year}' => $year)); ?></p>
247247
@elseif(config('advanced-config.home_footer') == 'alt')
@@ -250,7 +250,7 @@ function themeAsset($path){
250250
@else
251251
<p>and {{ $countButton - 3 }} other buttons ...</p>
252252
@endif
253-
</div>
253+
</div></center>
254254

255255
<hr class="my-4" style="display:none">
256256

0 commit comments

Comments
 (0)