/*
Theme Name:     Reframe Child Theme
Theme URI:      http://northeme.com/
Description:    Child Theme for Reframe Theme
Author:         Northeme.com
Template:       reframe-plus-master
Version:        1.0
*/

@import url('../reframe-plus-master/style.css');
add_filter( 'robots_txt', function ( $robots ) {
    $robots .= "\nUser-agent: facebookexternalhit\nAllow: /\n";
    return $robots;
}, 11 );