alexgaribay / octoflat

An Octopress theme based off Twitter Bootstrap v2 and Designmodo's Flat-UI
202 stars 52 forks source link

Add Sina Weibo, RSS to navbar. Paginator error fix. Defer loading of JavaScript. #33

Closed librehat closed 3 years ago

librehat commented 10 years ago

Please, Sina Weibo is much more popular in mainland China. Add this poor thing to let Sina Weibo user add a link on social navbar.

The RSS is added to social navbar as well.

Another important fix is for paginator. It resulted in incorrect URL on Octopress-2.5 (not test on other versions). When you clicked Older in index, the Older link in page 2, which expected to be demo.com/3, would be demo.com/2/3. This bug is fixed by correcting paginator in index.html (already included in this pull request).

librehat commented 10 years ago

Live on my blog.

screenshot1

czyang commented 10 years ago

This is a great contribution! thanks!

librehat commented 10 years ago

Just pushed another commit which can defer loading of JavaScript as Google PageSpeed Insights suggestions. It'd speed up page loading.