We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6285ace commit 388ef7aCopy full SHA for 388ef7a
1 file changed
site/cwlsite.cwl
@@ -103,7 +103,7 @@ steps:
103
extra: {source: render, valueFrom: $(self.extra)}
104
brandstyle:
105
default: |
106
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" integrity="sha384-604wwakM23pEysLJAhja8Lm42IIwYrJ0dEAqzFsj9pJ/P5buiujjywArgPCi8eoz" crossorigin="anonymous" />
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous" />
107
<link rel="stylesheet" href="/assets/styles-fix.css" />
108
<link rel="shortcut icon"
109
href="https://www.commonwl.org/user_guide/_static/images/favicons/cwl/favicon-96x96.png" />
0 commit comments