+[2016-09-05T05:19:27Z]asomervell*site.tags +[2016-09-05T05:35:50Z]V1s1bleSo within my page navigation I want to implement a First / Latest (it's for a web comic). Using the site/post variables, how do I determine what the first and last posts are. I've tried site.posts.first, site.posts[0], etc. +[2016-09-05T06:09:53Z]wa5tedmiklb im doing some social pulls (hence why i need to convert an html file to a php ones) +[2016-09-05T06:10:01Z]wa5tedsocial network feed pulls +[2016-09-05T15:06:14Z]jaybeAso
message no. 149567
Posted by miklb in #jekyll at 2016-09-05T04:31:28Z
seems it would be easier to convert the php to JS and insert it that way
+[2016-09-06T09:34:07Z]T0by_Where can I find documentation for old Jekyll versions? I'm specifically looking for 1.2.x +[2016-09-06T11:04:53Z]gloktaHi. I am having a problem with jekyll url encoding for devanagari font(tamil language). +[2016-09-06T11:06:48Z]gloktaThis is the file name 2016-09-06-அழியாத-கோலங்கள்.markdown. +[2016-09-06T11:08:09Z]gloktaNow when I copy “அழியாத-கோலங்கள்” and run URI.escape('அழியாத கோலங்கள்',%r{[^a-zA-Z\d\-._~!$&'()*+,;=:@\/]}).encode("utf-8") in the IRB, I get %E0%AE%85%E0%AE%B4%E0%AE%85%E0%AE%B4%E0%AE%BF%E0%AE%AF%E0%AE%BE%E0%AE%A4%20%E0%AE%95%E0%AF%8B%E0%AE%B2%E0%AE%99%E0%AF%8D%E0%AE%95%E0%AE%B3%E0%AF%8D +[2016-09-06T11:08:37Z]gloktaBut the encoded url that I see in the generated site is “%E0%AE%85%E0%AE%B4%E0%AE%BF%E0%AE%AF%E0%AE%BE%E0%AE%A4-%E0%AE%95%E0%AF%8B%E0%AE%B2%E0%AE%99-%E0%AE%95%E0%AE%B3.html” . This translates to “அழியாத-கோலங-கள”.