Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed confirmation and added image
Browse files Browse the repository at this point in the history
emilkrebs committed Dec 11, 2023
1 parent 867e1c9 commit ae320ec
Showing 2 changed files with 73 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hugo/layouts/langium/list.html
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
{{ if .Params.url }}
<a href="{{.Params.url}}" class="self-stretch">
{{ else if .Params.externalUrl }}
<a href="{{.Params.externalUrl}}" onclick="return confirm('You will be redirected to a external website: \n{{.Params.externalUrl}}\n\nAre you sure you want to continue?')" target="_blank" class="self-stretch">
<a href="{{.Params.externalUrl}}" target="_blank" class="self-stretch">
{{ end }}
<img src="{{.Params.img}}" class="object-fill min-h-[300px]"/>
<h2 class="text-center text-xl mt-10 mb-5">
72 changes: 72 additions & 0 deletions hugo/static/assets/BestSolution_OpenAPI.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ae320ec

Please sign in to comment.