Skip to content

Commit

Permalink
fixed logo in footer and download filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hanke committed Oct 16, 2023
1 parent f8abe63 commit 3d505c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ async def convert(request: Request):
{
"request": request,
"start_form": start_form,
"filename": "dataset.ttl",
"filename": filename,
"payload": payload,
"result": result,
"setting": setting
Expand Down
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h5 class="card-title">Result</h5>
</div>
</main>
<footer class="pt-3 my-4 text-center text-muted border-top">
<span class="site-footer-owner"><a href="https://github.com/Mat-O-Lab/RDFConverter">RDFConverter</a> is maintained by <a href="https://matolab.org"><img src="{{ url_for('static', path='/resources/MatOLab-Logo.svg') }}" width="5%" alt="mat-o-lab-logo"/></a>.</span>
<span class="site-footer-owner"><a href="https://github.com/Mat-O-Lab/RDFConverter">RDFConverter</a> is maintained by <a href="https://matolab.org"><img src="{{ url_for('static', path='/resources/Logo.svg') }}" width="5%" alt="mat-o-lab-logo"/></a>.</span>
</footer>
{% endblock %}

Expand Down

0 comments on commit 3d505c1

Please sign in to comment.