New assets and style edits for the new post

This commit is contained in:
Mahdi Dibaiee
2015-05-03 10:49:18 +04:30
parent 48c76a7e3b
commit 1f61ffa556
5 changed files with 32 additions and 2 deletions

View File

@ -16,4 +16,14 @@
<script src="//static.getclicky.com/js" type="text/javascript"></script>
<script type="text/javascript">try{ clicky.init(100720175); }catch(e){}</script>
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/100720175ns.gif" /></p></noscript>
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/100720175ns.gif" /></p></noscript>
<script>
var channel = new BroadcastChannel('egg');
channel.addEventListener('message', message => {
alert('Got a message from the other tab:\n' + message.data);
document.querySelector('header').classList.add('channel');
});
</script>