You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* I always start by adding TagManager and hiding the Attribution1 widget (typically below) */
/* the first version goes just before </head> */
<style>#Attribution1{display: none;}</style>
/* alternatively, the following could also go just before ]]></b:skin> */
#Attribution1{display:none;}
/* finally, this is typically not necessary, as it can be done through the regular Blogger interface, but just in case, it can go right after <head> */