HaschekSolutions / pictshare

:camera: PictShare is an open source image, mp4, pastebin hosting service with a simple resizing and upload API that you can host yourself. :rice_scene:
https://www.pictshare.net
Apache License 2.0
845 stars 126 forks source link

Fix title and add possibility to modify it #8

Closed sander85 closed 8 years ago

sander85 commented 8 years ago

Signed-off-by: Sander Lepik sander@lepik.eu Currently the tag for primary template is broken. Trying to fix it, I ended up creating an option to modify it.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/geek-at"><img src="https://avatars.githubusercontent.com/u/2073090?v=4" />geek-at</a> commented <strong> 8 years ago</strong> </div> <div class="markdown-body"> <p>you forgot the second <title> tag and I also added default values if the option is not set in the config. Thanks for the pull request</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>