function theme_name_scripts() {
wp_enqueue_script('embeds', get_stylesheet_directory_uri().
'/js/embeds.js', array(), '1.0.0', true);
}
add_action('wp_enqueue_scripts', 'theme_name_scripts');
// Force GitHub Gist Embed Links to Open in a New Tab
// https://stackoverflow.com/a/34870311
// https://www.engagewp.com/force-github-gist-embeds-to-open-in-a-new-tab-or-window/