Add articles
This commit is contained in:
10
themes/theme/templates/projects.html
Normal file
10
themes/theme/templates/projects.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{% extends "base.html" %}
|
||||
{% block meta %}
|
||||
{% endblock %}
|
||||
|
||||
{% block style %}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
Nothing to see here...
|
||||
{% endblock %}
|
10
themes/theme/templates/writing.html
Normal file
10
themes/theme/templates/writing.html
Normal file
@@ -0,0 +1,10 @@
|
||||
{% extends "base.html" %}
|
||||
{% block meta %}
|
||||
{% endblock %}
|
||||
|
||||
{% block style %}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
Nothing to see here...
|
||||
{% endblock %}
|
Reference in New Issue
Block a user