Add inline logo in functions.php & add custom.css

This commit is contained in:
Thuan Bui
2017-10-17 17:03:00 +07:00
parent 39b2ff8907
commit 9cc00e1c56
3 changed files with 979 additions and 58 deletions
+5 -5
View File
@@ -342,18 +342,18 @@ gulp.task( 'publish', function() {
*/
gulp.task( 'watch', function() {
/** HTTPS.
//HTTPS.
browsersync( {
proxy: 'https://business.dev',
proxy: 'https://ycb.test',
port: 8000,
notify: false,
open: false,
https: {
"key": "/Users/seothemes/.valet/Certificates/business.dev.key",
"cert": "/Users/seothemes/.valet/Certificates/business.dev.crt"
"key": "/Users/thuanbui/.valet/Certificates/ycb.test.key",
"cert": "/Users/thuanbui/.valet/Certificates/ycb.test.crt"
}
} );
*/
/**
* Non-HTTPS browsersync.