Not really. The list of categories is basically the same list that was on the site up until yesterday, when I completed the footer include file by touching up from below the category list. So you can see part of the new template in action on all of the category pages. Example:
Amateur Lesbians by Greenguy
I added some HTML5 to the category template yesterday. One new thing to me & the site is the
HTML5 Tags for tables. What kinda interesting about those tags is that, no matter what order you put them in on the HTML, they always come out Header, then Body, then Footer when you view the page. Take a look at
their example to see what I mean.
The few other times I tried to put some HTML5 tags on my pages, I basically just put them where I
assumed they went. This time, I'm looking at their examples to see where they should actually go. An example would be the Table Tags from above. They show you that they go before & after the <tr> table tags. If I didn't look 1st to see how they did it, I'd have just thrown them in before/after the text in the cell.
So it's more of that today - and then I'm going to work on the template for the newsites page, which is always a pain in the ass.