<div class="slide-content">
    <h3 class="slide-title">
        <?php if( $slidedeck['options']['linkTitle'] == true ): ?><a href="<?php echo $permalink; ?>" target="<?php echo $target; ?>"><?php endif; ?>
            <?php echo $title; ?>
        <?php if( $slidedeck['options']['linkTitle'] == true ): ?></a><?php endif; ?>
    </h3>
    <div class="slide-text"><?php echo $excerpt; ?> <a href="<?php echo $permalink; ?>" class="readmore accent-color" target="<?php echo $target; ?>">...</a></div>
    <div class="slide-meta">
        <?php if( !empty( $author_avatar ) ): ?>
            <img src="<?php echo $author_avatar; ?>" alt="<?php echo $author_name; ?>" class="slide-author-avatar" />
        <?php endif; ?>
        <span class="author-name accent-color">
            <?php if( !empty( $author_url ) && $slidedeck['options']['linkAuthorName'] == true ): ?><a href="<?php echo $author_url; ?>" target="_blank" class="accent-color"><?php endif; ?>
                <?php echo $author_name; ?>
            <?php if( !empty( $author_url ) && $slidedeck['options']['linkAuthorName'] == true ): ?></a><?php endif; ?>
        </span>
        <span class="slide-date"><?php echo $created_at; ?></span>
    </div>
    <span class="slidedeck-index-indicator"><span class="current">x</span>/<span class="total">x</span></span>
</div>

<?php if( !empty($image) ): ?>
    <div class="sd2-slide-background" data-sd2-slide-image="<?php echo $image; ?>">&nbsp;</div>
<?php endif; ?>

