Browse Source

Update themes

pull/674/head
danpros 1 year ago
parent
commit
a45c222548
4 changed files with 1 additions and 4 deletions
  1. +1
    -1
      themes/clean/layout.html.php
  2. +0
    -1
      themes/clean/post.html.php
  3. +0
    -1
      themes/logs/post.html.php
  4. +0
    -1
      themes/readable/post.html.php

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

@ -34,7 +34,7 @@
<div class="archive"><h3><?php echo i18n('Archives');?></h3><?php echo archive_list() ?></div> <div class="archive"><h3><?php echo i18n('Archives');?></h3><?php echo archive_list() ?></div>
<div class="category-list"><h3><?php echo i18n('Category');?></h3><?php echo category_list() ?></div> <div class="category-list"><h3><?php echo i18n('Category');?></h3><?php echo category_list() ?></div>
<div class="tagcloud"> <div class="tagcloud">
<h3>Tags</h3>
<h3><?php echo i18n('Tags');?></h3>
<div class="tag-cloud"> <div class="tag-cloud">
<?php echo tag_cloud();?> <?php echo tag_cloud();?>
</div> </div>


+ 0
- 1
themes/clean/post.html.php View File

@ -50,7 +50,6 @@
<?php echo $author->about ?> <?php echo $author->about ?>
</div> </div>
<div class="share"> <div class="share">
<h4>Share this post</h4>
<a class="twitter" target="_blank" <a class="twitter" target="_blank"
href="https://twitter.com/share?url=<?php echo $p->url ?>&text=<?php echo $p->title ?>">Twitter</a> href="https://twitter.com/share?url=<?php echo $p->url ?>&text=<?php echo $p->title ?>">Twitter</a>
<a class="facebook" target="_blank" <a class="facebook" target="_blank"


+ 0
- 1
themes/logs/post.html.php View File

@ -50,7 +50,6 @@
<?php echo $author->about ?> <?php echo $author->about ?>
</div> </div>
<div class="share"> <div class="share">
<h4>Share this post</h4>
<a class="twitter" target="_blank" <a class="twitter" target="_blank"
href="https://twitter.com/share?url=<?php echo $p->url ?>&text=<?php echo $p->title ?>">Twitter</a> href="https://twitter.com/share?url=<?php echo $p->url ?>&text=<?php echo $p->title ?>">Twitter</a>
<a class="facebook" target="_blank" <a class="facebook" target="_blank"


+ 0
- 1
themes/readable/post.html.php View File

@ -50,7 +50,6 @@
<?php echo $author->about ?> <?php echo $author->about ?>
</div> </div>
<div class="share"> <div class="share">
<h4>Share this post</h4>
<a class="twitter" target="_blank" href="https://twitter.com/share?url=<?php echo $p->url ?>&text=<?php echo $p->title ?>">Twitter</a> <a class="twitter" target="_blank" href="https://twitter.com/share?url=<?php echo $p->url ?>&text=<?php echo $p->title ?>">Twitter</a>
<a class="facebook" target="_blank" href="https://www.facebook.com/sharer.php?u=<?php echo $p->url ?>&t=<?php echo $p->title ?>">Facebook</a> <a class="facebook" target="_blank" href="https://www.facebook.com/sharer.php?u=<?php echo $p->url ?>&t=<?php echo $p->title ?>">Facebook</a>
</div> </div>


Loading…
Cancel
Save