summaryrefslogtreecommitdiff
path: root/theme/index.html
diff options
context:
space:
mode:
authorGabriel Falcao <gabriel@nacaolivre.org>2013-10-10 22:49:48 -0400
committerGabriel Falcao <gabriel@nacaolivre.org>2013-10-10 22:49:54 -0400
commit9b2f65a0c640d4d01336f219d2363f726fa44536 (patch)
tree0e1c228743577c166addf8d6b6c672efe17e6ba1 /theme/index.html
parentb74a0cdacc4c306b31514cd1d269eb33f3c804a6 (diff)
downloadhttpretty-9b2f65a0c640d4d01336f219d2363f726fa44536.tar.gz
improving docs as per tips from @clarete. Thanks brother.
Diffstat (limited to 'theme/index.html')
-rw-r--r--theme/index.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/theme/index.html b/theme/index.html
index 2481e41..dbe2660 100644
--- a/theme/index.html
+++ b/theme/index.html
@@ -15,11 +15,7 @@
<script src="{{ static_file('js/prefixfree.min.js') }}"></script>
</head>
<body>
- {% if info.relative_path.endswith("welcome.md") %}
- {% include "./logo.html" %}
- {% else %}
- {% include "./content.html" %}
- {% endif %}
+ {% include "./content.html" %}
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '{{ project.google_analytics_code }}']);