Skip to content
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.

Commit

Permalink
Update content.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dikisiswanto committed May 1, 2019
1 parent 3e61f10 commit 823b463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partials/content.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</div>
<?php if(is_file(LOKASI_FOTO_ARTIKEL .'kecil_'.$headline['gambar'])) : ?>
<div class="headline-gambar d-none d-lg-block">
<img data-src="<?= AmbilFotoArtikel($headline['gambar'], 'kecil') ?>" alt="<?= $headline['judul'] ?>" title="<?= $headline['judul'] ?>" class="img-fluid lazy">
<img data-src="<?= AmbilFotoArtikel($headline['gambar'], 'kecil') ?>" class="img-fluid lazy">
</div>
<?php endif ?>
</div>
Expand Down

0 comments on commit 823b463

Please sign in to comment.