guyht / Glog

NodeJS and Git backed blogging engine
MIT License
52 stars 10 forks source link

Article <title> fields are not set #2

Closed guyht closed 12 years ago

guyht commented 12 years ago

Need to set fields on article pages. Currently they only display the title of the blog.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/guyht"><img src="https://avatars.githubusercontent.com/u/385091?v=4" />guyht</a> commented <strong> 12 years ago</strong> </div> <div class="markdown-body"> <p>Fixed in 23d25ce</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>