This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
kiduc
/
bibiuc.com
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
59
Wiki
Activity
Browse Source
Update themes
pull/674/head
danpros
1 year ago
parent
50d813beb4
commit
a45c222548
4 changed files
with
1 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
themes/clean/layout.html.php
+0
-1
themes/clean/post.html.php
+0
-1
themes/logs/post.html.php
+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
=
"
category-list
"
><
h3
><
?
php
echo
i18n
(
'Category'
);
?>
</h3><?php echo category_list() ?></div>
<
div
class
=
"
tagcloud
"
>
<
h3
>
Tags
</
h3
>
<
h3
>
<
?
php
echo
i18n
(
'Tags'
);
?>
</h3>
<
div
class
=
"
tag-cloud
"
>
<
?
php
echo
tag_cloud
();
?>
</
div
>
+ 0
- 1
themes/clean/post.html.php
View File
@ -50,7 +50,6 @@
<
?
php
echo
$author
->
about
?>
</
div
>
<
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
=
"
facebook
"
target
=
"
_blank
"
+ 0
- 1
themes/logs/post.html.php
View File
@ -50,7 +50,6 @@
<
?
php
echo
$author
->
about
?>
</
div
>
<
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
=
"
facebook
"
target
=
"
_blank
"
+ 0
- 1
themes/readable/post.html.php
View File
@ -50,7 +50,6 @@
<
?
php
echo
$author
->
about
?>
</
div
>
<
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
=
"
facebook
"
target
=
"
_blank
"
href
=
"
https://www.facebook.com/sharer.php?u=<?php echo
$p->url
?>&t=<?php echo
$p->title
?>
"
>
Facebook
</
a
>
</
div
>
Write
Preview
Loading…
Cancel
Save