mirror of
https://github.com/10h30/trestle.git
synced 2026-06-05 15:09:35 +09:00
Edited screenshot. Updated CSS.
This commit is contained in:
@@ -22,12 +22,12 @@ function trestle_header_actions() {
|
||||
// Google fonts
|
||||
wp_enqueue_style( 'theme-google-fonts', '//fonts.googleapis.com/css?family=Lato:300,700,900' );
|
||||
|
||||
// Custom CSS (if desired)
|
||||
wp_enqueue_style( 'trestle-custom-css', '/wp-content/uploads/custom.css' );
|
||||
|
||||
// Theme jQuery
|
||||
wp_enqueue_script( 'theme-jquery', get_stylesheet_directory_uri() . '/lib/js/theme-jquery.js', array( 'jquery' ), '1.0.0', true );
|
||||
|
||||
// Custom CSS (if desired)
|
||||
wp_enqueue_style( 'trestle-custom-css', '/wp-content/uploads/custom.css' );
|
||||
|
||||
// Custom jQuery (if desired)
|
||||
wp_enqueue_script( 'trestle-custom-jquery', '/wp-content/uploads/custom.js', array( 'jquery' ), '1.0.0', true );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user