Browse Source

Update themes

pull/436/head
danpros 4 years ago
parent
commit
8dceae2b96
7 changed files with 6 additions and 6 deletions
  1. +0
    -0
      content/.gitkeep
  2. +1
    -1
      themes/blog/main.html.php
  3. +1
    -1
      themes/clean/main.html.php
  4. +1
    -1
      themes/logs/main.html.php
  5. +1
    -1
      themes/readable/main.html.php
  6. +1
    -1
      themes/twentyfifteen/main.html.php
  7. +1
    -1
      themes/twentysixteen/main.html.php

+ 0
- 0
content/.gitkeep View File


+ 1
- 1
themes/blog/main.html.php View File

@ -73,7 +73,7 @@
</div><!--//desc--> </div><!--//desc-->
<div style="position:relative;"> <div style="position:relative;">
<?php if (config('teaser.type') === 'trimmed'):?> <?php if (config('teaser.type') === 'trimmed'):?>
<span class="more"><a class="btn btn-cta-secondary" href="<?php echo $p->url;?>">Read more</a></span>
<span class="more"><a class="btn btn-cta-secondary" href="<?php echo $p->url;?>"><?php echo config('read.more'); ?></a></span>
<?php endif;?> <?php endif;?>
<span class="share pull-right"> <span class="share pull-right">
<a target="_blank" class="first" href="https://www.facebook.com/sharer.php?u=<?php echo $p->url ?>&t=<?php echo $p->title ?>"><i class="fa fa-facebook"></i></a> <a target="_blank" class="first" href="https://www.facebook.com/sharer.php?u=<?php echo $p->url ?>&t=<?php echo $p->title ?>"><i class="fa fa-facebook"></i></a>


+ 1
- 1
themes/clean/main.html.php View File

@ -61,7 +61,7 @@
<div class="teaser-body" itemprop="articleBody"> <div class="teaser-body" itemprop="articleBody">
<?php echo get_thumbnail($p->body) ?> <?php echo get_thumbnail($p->body) ?>
<?php echo get_teaser($p->body, $p->url) ?> <?php echo get_teaser($p->body, $p->url) ?>
<?php if (config('teaser.type') === 'trimmed'):?><a href="<?php echo $p->url;?>">Read more</a><?php endif;?>
<?php if (config('teaser.type') === 'trimmed'):?><a href="<?php echo $p->url;?>"><?php echo config('read.more'); ?></a><?php endif;?>
</div> </div>
</div> </div>
</div> </div>


+ 1
- 1
themes/logs/main.html.php View File

@ -61,7 +61,7 @@
<div class="teaser-body" itemprop="articleBody"> <div class="teaser-body" itemprop="articleBody">
<?php echo get_thumbnail($p->body) ?> <?php echo get_thumbnail($p->body) ?>
<?php echo get_teaser($p->body, $p->url) ?> <?php echo get_teaser($p->body, $p->url) ?>
<?php if (config('teaser.type') === 'trimmed'):?><a href="<?php echo $p->url;?>">Read more</a><?php endif;?>
<?php if (config('teaser.type') === 'trimmed'):?><a href="<?php echo $p->url;?>"><?php echo config('read.more'); ?></a><?php endif;?>
</div> </div>
</div> </div>
</div> </div>


+ 1
- 1
themes/readable/main.html.php View File

@ -61,7 +61,7 @@
<div class="teaser-body" itemprop="articleBody"> <div class="teaser-body" itemprop="articleBody">
<?php echo get_thumbnail($p->body) ?> <?php echo get_thumbnail($p->body) ?>
<?php echo get_teaser($p->body, $p->url) ?> <?php echo get_teaser($p->body, $p->url) ?>
<?php if (config('teaser.type') === 'trimmed'):?><a href="<?php echo $p->url;?>">Read more</a><?php endif;?>
<?php if (config('teaser.type') === 'trimmed'):?><a href="<?php echo $p->url;?>"><?php echo config('read.more'); ?></a><?php endif;?>
</div> </div>
</div> </div>
</div> </div>


+ 1
- 1
themes/twentyfifteen/main.html.php View File

@ -46,7 +46,7 @@
<?php } ?> <?php } ?>
<div class="entry-content"> <div class="entry-content">
<?php echo get_teaser($p->body, $p->url); ?> <?php echo get_teaser($p->body, $p->url); ?>
<?php if (config('teaser.type') === 'trimmed'):?><a class="more-link" href="<?php echo $p->url; ?>">Continue reading</a><?php endif;?>
<?php if (config('teaser.type') === 'trimmed'):?><a class="more-link" href="<?php echo $p->url; ?>"><?php echo config('read.more'); ?></a><?php endif;?>
</div> </div>
<footer class="entry-footer"> <footer class="entry-footer">
<span class="posted-on"> <span class="posted-on">


+ 1
- 1
themes/twentysixteen/main.html.php View File

@ -42,7 +42,7 @@
<span class="embed-soundcloud"><iframe width="100%" height="200px" class="embed-responsive-item" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=<?php echo $p->audio;?>&amp;auto_play=false&amp;visual=true"></iframe></span> <span class="embed-soundcloud"><iframe width="100%" height="200px" class="embed-responsive-item" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=<?php echo $p->audio;?>&amp;auto_play=false&amp;visual=true"></iframe></span>
<?php endif; ?> <?php endif; ?>
<?php echo get_teaser($p->body, $p->url);?> <?php echo get_teaser($p->body, $p->url);?>
<?php if (config('teaser.type') === 'trimmed'):?><a class="more-link" href="<?php echo $p->url; ?>">Continue reading</a><?php endif;?>
<?php if (config('teaser.type') === 'trimmed'):?><a class="more-link" href="<?php echo $p->url; ?>"><?php echo config('read.more'); ?></a><?php endif;?>
</div> </div>
</div> </div>
</div> </div>


Loading…
Cancel
Save