aboutsummaryrefslogtreecommitdiff
path: root/templates/shared/opengraph-container.php
blob: 49e58bdae5caaee8051b949ca30588adbed2d81a (plain)
1
2
3
4
5
<div class="opengraph-area">
<? foreach ($urls as $url): ?>
    <?= $url ?>
<? endforeach; ?>    
</div>