Skip to content

Commit

Permalink
Remove /static prefix from Angular frontend assets (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgonggrijp committed May 20, 2020
1 parent 8876ed0 commit 31aa125
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ <h1 class="subtitle">{{cookiecutter.project_title}}</h1>
</div>
<div class="column has-text-right-tablet">
<a class="university-logo image" href="https://uu.nl" target="_blank">
<img src="/static/assets/utrecht-university.svg" alt="Utrecht University logo" width="200"
<img src="/assets/utrecht-university.svg" alt="Utrecht University logo" width="200"
height="50" />
</a>
<a class="lab-logo image" href="https://dig.hum.uu.nl" target="_blank">
<img src="/static/assets/dhlab.svg" alt="Digital Humanities Lab logo" width="200" height="40" />
<img src="/assets/dhlab.svg" alt="Digital Humanities Lab logo" width="200" height="40" />
</a>
</div>
</div>
Expand Down

0 comments on commit 31aa125

Please sign in to comment.