Quick'n'dirty Jekyll plugin for sorted cycle.
Copy sorted_for.rb
to _plugins/
directory of your Jekyll site.
/* | |
Copyright 2011 Dmitry Stadnik. All rights reserved. | |
Redistribution and use in source and binary forms, with or without modification, are | |
permitted provided that the following conditions are met: | |
1. Redistributions of source code must retain the above copyright notice, this list of | |
conditions and the following disclaimer. | |
2. Redistributions in binary form must reproduce the above copyright notice, this list |
static MySingleton *sharedInstance = nil; | |
@implementation MySingleton | |
#pragma mark - | |
#pragma mark class instance methods | |
#pragma mark - | |
#pragma mark Singleton methods |