samihsoylu / journal

Journal is a privacy first, self hosted digital log book. It is designed to be accessible anywhere you go, allowing you to organize your thoughts, feelings and opinions in one place.
GNU General Public License v3.0
68 stars 6 forks source link

Bugfix/entry template and exception handler #10

Closed samihsoylu closed 3 years ago

samihsoylu commented 3 years ago

When loading a template for your entry, you would receive a 404 exception with page not found if you would use a sub-directory to host the project on your VM. I've added a global base url variable that is accessible now to all javascript code.