this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 15 lines 187 B view raw
1{% extends "layout.html" %} 2 3{% block title %} 4{{front_matter.title}} - 5{% endblock %} 6 7{% block content %} 8 9<h1> {{front_matter.title}} </h1> 10 11 12{{ blog_content|safe }} 13 14 15{% endblock %}