First blog from jekyll
After two day work, my Wordpress now migrate to github page.
New site now looks like this:

Let’s say how does the highlight works:
def index(request):
    return request.userLooks well, how about with line numbers:
1
2
3
4
5
def index(request):
    if request.user:
        return True
    else:
        return False
blog comments powered by Disqus