Exemple #1
0
def blog_classify_by_date(date):
    return render_template("index.html", blogs=Blog.blog_tag(g.db, date))
Exemple #2
0
def blog_classify_by_date(date):
    return render_template("index.html", blogs=Blog.blog_tag(g.db, date))
Exemple #3
0
def blog_classify_by_tag(tag):
    return render_template("index.html", blogs=Blog.blog_tag(g.db, tag))
Exemple #4
0
def blog_classify_by_tag(tag):
    return render_template("index.html", blogs=Blog.blog_tag(g.db, tag))