% if (!config.author) { config.author = "" } var title = title = config.title; if (is_archive()){ title = 'All Posts - ' + config.author; } else if (is_post()){ title = page.title; } else if (is_page()){ title = page.title + ' - ' + config.author; } else if (is_tag()){ title = 'Posts Related to ' + page.tag; } %>