mszep / pandoc_resume

The Markdown Resume
http://mszep.github.io/pandoc_resume/
MIT License
1.62k stars 756 forks source link

amended makefile to include metadata element of pagetitle on resume html #55

Closed emattiza closed 5 years ago

emattiza commented 5 years ago

per #53 , this commit just simply appends to the metadata of a generated html a pagetitle equal to file name. Prevents output warning regarding lack of a specification.</p> <p>There is probably a better way to do this that respects a value specified in an input resume file, so i'd entertain making some edits to enable that.</p> <p>Love the repo though! A wonderful little tool.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/mszep"><img src="https://avatars.githubusercontent.com/u/734695?v=4" />mszep</a> commented <strong> 5 years ago</strong> </div> <div class="markdown-body"> <p>Happy to merge as-is; we can always iterate on this later :-)</p> <p>Thanks for the contribution!</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>