latest 2 messages by opencooper

+ [2015-05-07T03:13:38Z] opencooper n alternate solution other than using HTML entities? I have a lot of URL's and it would greatly reduce readability and ease of insertion. Thanks, hope I didn't type too much.
+ [2015-05-07T03:13:38Z] opencooper Hello. This is more of a YAML issue, but it seems to be related to the YAML parser Jekyll uses (safe_yaml) so I thought I'd ask here. I want to map a URL, so url: http://example.com. However, the second ':' throws the parser off. The solution of quoting the string (http://stackoverflow.com/questions/11301650/how-to-escape-indicator-characters-i-e-or-in-yaml) isn't working unfortunately: " mapping values are not allowed in this context". Is there a