Improve logging a bit #2

This commit is contained in:
Ivan Blinkov 2018-07-11 11:17:36 +03:00
parent 56cbce1b38
commit ccd8e95093
2 changed files with 3 additions and 3 deletions

View File

@ -31,8 +31,8 @@ def concatenate(lang, docs_path, single_page_file):
logging.info(
str(len(files_to_concatenate)) +
' files will be concatenated into single md-file: ' +
', '.join(files_to_concatenate))
' files will be concatenated into single md-file.')
logging.debug('Concatenating: ' + ', '.join(files_to_concatenate))
first_file = True

View File

@ -212,7 +212,7 @@
{% endif %}
{% endblock %}
{% if config.extra.single_page and page.content %}
<script type="text/javascript" async="async">
<script type="text/javascript">
function ready(callback){
if (document.readyState != 'loading') {
callback();