Monadical-SAS / monadical.com

🖥️ Custom Flask + Jinja2 static site generator and content powering Monadical.com
https://monadical.com
10 stars 4 forks source link

[bug] "- HedgeDoc" is being appended to <title> metatag #152

Open GorvGoyl opened 1 year ago

GorvGoyl commented 1 year ago

"- HedgeDoc" is being appended to metatag as shown below. strangely, <code><meta name="title"></code> and <code><meta property="og:title"></code> seems fine. tried debugging it but couldn't find the root cause of this issue.</p> <p><img referrerpolicy="no-referrer" src="https://user-images.githubusercontent.com/7106086/186430302-bc2f9f31-b448-4370-9cd0-8b53d72cf307.png" alt="screenshot 2022-08-24 at 21 25 03@2x" /></p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/dearlordylord"><img src="https://avatars.githubusercontent.com/u/947595?v=4" />dearlordylord</a> commented <strong> 1 year ago</strong> </div> <div class="markdown-body"> <p>Just to chime in I think it's a great observation made by @GorvGoyl and it's rather important to get rid of it. The website in search results looks confusing.</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>