/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* Ocultar el autor en las publicaciones del blog */
.entry-meta .meta-author {
    display: none !important;
}