aerohub / hugo-identity-theme

Little profile/card-style template for Hugo. Based on Identity by HTML5 UP.
Other
89 stars 44 forks source link

Remove duplicate title tag in header #21

Closed cyrilruel closed 7 years ago

cyrilruel commented 7 years ago

The HTML tag appears twice in the generated HTML page.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/aerohub"><img src="https://avatars.githubusercontent.com/u/16353578?v=4" />aerohub</a> commented <strong> 7 years ago</strong> </div> <div class="markdown-body"> <p>@cyrilruel thank you!</p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>