diff options
| author | gamerdonkey | 2020-05-24 12:16:18 -0500 |
|---|---|---|
| committer | gamerdonkey | 2020-05-24 12:16:18 -0500 |
| commit | 46f34793588b78daa2b32495454cea3959d16e05 (patch) | |
| tree | ec26bdda9d94ad12140ee706f4216ace98fe0539 /themes/gamerdonkey-theme/templates/index.html | |
| parent | cd27091ea122aaca8a161ab1a8039a99f0d90251 (diff) | |
| download | gamerdonkey.com-blog-46f34793588b78daa2b32495454cea3959d16e05.tar.gz gamerdonkey.com-blog-46f34793588b78daa2b32495454cea3959d16e05.tar.bz2 gamerdonkey.com-blog-46f34793588b78daa2b32495454cea3959d16e05.zip | |
Updating the theme for asthetic improvements.
Diffstat (limited to 'themes/gamerdonkey-theme/templates/index.html')
| -rw-r--r-- | themes/gamerdonkey-theme/templates/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/gamerdonkey-theme/templates/index.html b/themes/gamerdonkey-theme/templates/index.html new file mode 100644 index 0000000..21476a9 --- /dev/null +++ b/themes/gamerdonkey-theme/templates/index.html @@ -0,0 +1,4 @@ +{% extends "!simple/index.html" %} + +{% block content_title %} +{% endblock %} |
