Hacker Newsnew | past | comments | ask | show | jobs | submit | Monadic-Cat's commentslogin

Agreed. It was a good tip.

My goal in leaving out the link to my home page was to make the Writing Gaggle home page more prominent than my personal blog. (I manage hosting both, see.) I only added my blog index page as an afterthought when I saw a ton of 404 errors on my server a few months ago because people were manually navigating to it.

I'll consider adding actual navigation to my page template though, so maybe you'll be less annoyed ;)


I'll go ahead and promise to leave the '#wrapper' id on that element in my blog template, so this can be shortened to:

  document.getElementById('wrapper').style.margin = '0 auto';
Though if you're in the habit of customizing sites you read, I'd personally recommend using a browser extension like Stylus (https://add0n.com/stylus.html) to do CSS, so you could write it like this:

  #wrapper {
    margin: 0 auto;
  }


Thanks! (Post author. I made an HN account to reply here, haha.)


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: