/*
Theme Name: Grete Child
Theme URI: https://grete.qodeinteractive.com
Description: A child theme of Grete
Author: Select Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: grete
Template: grete
*/

/* Masque les dates, auteur, catégories dans le portfolio */
.qodef-portfolio-single .qodef-portfolio-info > * {
  display: block !important;
  align-items: flex-end;
  margin-bottom: 4px;
}

add_action( 'after_setup_theme', function() {
    load_theme_textdomain( 'grete', get_template_directory() . '/languages' );
}, 1 );