This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@mixin fontsize($size: 16, $base: 16) { | |
font-size: $size + px; | |
font-size: ($size / $base) * 1rem; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function ows_excerpt($num) { | |
$cont = get_the_content(); | |
$more = '… <a href="' . get_permalink() . '">Read More</a>'; | |
$excerpt = wp_trim_words( $cont, $num, $more ); | |
return $excerpt; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"theme": "Soda Dark.sublime-theme", | |
"font_size": 14.0, | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"word_wrap": true, | |
"caret_style": "phase", | |
"highlight_line": true, | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, |
NewerOlder