/*
 Theme Name:   Divi child theme for research
 Description:  Divi child with local modifications (1) header.php logo HREF.
 Author:       Fineadmn
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Divi-child
*/

/*
Edits to Divi 2.6 theme 


1.  header.php -  URL edit on line 213 
RT# 651427
original content
<!--    <a href="<?php echo esc_url( home_url( '/' ) ); ?>">  -->

editied content
<!--    <a href="https://finearts.uvic.ca">  -->

*/
