Skip to content

Commit

Permalink
Theme update
Browse files Browse the repository at this point in the history
Changelog in the README.
  • Loading branch information
asmi1 committed Jan 26, 2016
1 parent 4a2b521 commit 2d0cecb
Show file tree
Hide file tree
Showing 39 changed files with 14,094 additions and 628 deletions.
6 changes: 5 additions & 1 deletion archive.php
Expand Up @@ -36,7 +36,11 @@

<?php endwhile; ?>

<?php realistic_pagination(); ?>
<?php the_posts_pagination( array(
'mid_size' => 2,
'prev_text' => __( '&#8249; Previous', 'realistic' ),
'next_text' => __( 'Next &#8250;', 'realistic' ),
) ); ?>

<?php else : ?>

Expand Down
63 changes: 32 additions & 31 deletions css/fontello.css
@@ -1,10 +1,10 @@
@font-face {
font-family: 'fontello';
src: url('../font/fontello.eot?56221616');
src: url('../font/fontello.eot?56221616#iefix') format('embedded-opentype'),
url('../font/fontello.woff?56221616') format('woff'),
url('../font/fontello.ttf?56221616') format('truetype'),
url('../font/fontello.svg?56221616#fontello') format('svg');
src: url('../font/fontello.eot?15788420');
src: url('../font/fontello.eot?15788420#iefix') format('embedded-opentype'),
url('../font/fontello.woff?15788420') format('woff'),
url('../font/fontello.ttf?15788420') format('truetype'),
url('../font/fontello.svg?15788420#fontello') format('svg');
font-weight: normal;
font-style: normal;
}
Expand All @@ -14,7 +14,7 @@
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'fontello';
src: url('../font/fontello.svg?56221616#fontello') format('svg');
src: url('../font/fontello.svg?15788420#fontello') format('svg');
}
}
*/
Expand Down Expand Up @@ -56,28 +56,29 @@

.icon-user:before { content: '\e800'; } /* '' */
.icon-lock:before { content: '\e801'; } /* '' */
.icon-delicious:before { content: '\e802'; } /* '' */
.icon-facebook:before { content: '\e803'; } /* '' */
.icon-twitter:before { content: '\e804'; } /* '' */
.icon-gplus:before { content: '\e805'; } /* '' */
.icon-youtube:before { content: '\e806'; } /* '' */
.icon-rss:before { content: '\e807'; } /* '' */
.icon-pinterest:before { content: '\e808'; } /* '' */
.icon-linkedin:before { content: '\e809'; } /* '' */
.icon-stumbleupon:before { content: '\e80a'; } /* '' */
.icon-reddit:before { content: '\e80b'; } /* '' */
.icon-tumblr:before { content: '\e80c'; } /* '' */
.icon-instagram:before { content: '\e80d'; } /* '' */
.icon-vimeo-squared:before { content: '\e80e'; } /* '' */
.icon-foursquare:before { content: '\e80f'; } /* '' */
.icon-soundcloud:before { content: '\e810'; } /* '' */
.icon-github:before { content: '\e811'; } /* '' */
.icon-flickr:before { content: '\e812'; } /* '' */
.icon-skype:before { content: '\e813'; } /* '' */
.icon-behance:before { content: '\e814'; } /* '' */
.icon-dribbble:before { content: '\e815'; } /* '' */
.icon-dropbox:before { content: '\e816'; } /* '' */
.icon-mail:before { content: '\e817'; } /* '' */
.icon-tags:before { content: '\e818'; } /* '' */
.icon-heart:before { content: '\e819'; } /* '' */
.icon-star:before { content: '\e81a'; } /* '' */
.icon-mail:before { content: '\e802'; } /* '' */
.icon-tags:before { content: '\e803'; } /* '' */
.icon-heart:before { content: '\e804'; } /* '' */
.icon-star:before { content: '\e805'; } /* '' */
.icon-comment:before { content: '\e806'; } /* '' */
.icon-facebook:before { content: '\e807'; } /* '' */
.icon-delicious:before { content: '\e808'; } /* '' */
.icon-twitter:before { content: '\e809'; } /* '' */
.icon-gplus:before { content: '\e80a'; } /* '' */
.icon-youtube:before { content: '\e80b'; } /* '' */
.icon-rss:before { content: '\e80c'; } /* '' */
.icon-pinterest:before { content: '\e80d'; } /* '' */
.icon-linkedin:before { content: '\e80e'; } /* '' */
.icon-stumbleupon:before { content: '\e80f'; } /* '' */
.icon-reddit:before { content: '\e810'; } /* '' */
.icon-tumblr:before { content: '\e811'; } /* '' */
.icon-instagram:before { content: '\e812'; } /* '' */
.icon-vimeo-squared:before { content: '\e813'; } /* '' */
.icon-foursquare:before { content: '\e814'; } /* '' */
.icon-soundcloud:before { content: '\e815'; } /* '' */
.icon-github:before { content: '\e816'; } /* '' */
.icon-flickr:before { content: '\e817'; } /* '' */
.icon-skype:before { content: '\e818'; } /* '' */
.icon-behance:before { content: '\e819'; } /* '' */
.icon-dribbble:before { content: '\e81a'; } /* '' */
.icon-dropbox:before { content: '\e81b'; } /* '' */
File renamed without changes.
File renamed without changes.

0 comments on commit 2d0cecb

Please sign in to comment.