Skip to content
Snippets Groups Projects
Commit 9418dfca authored by David O'Regan's avatar David O'Regan :green_heart:
Browse files

Merge branch 'redirect-cdns' into 'main'

Remove CDN includes from redirect template

See merge request !2877
parents 21596f25 4b4d7c69
No related branches found
No related tags found
1 merge request!2877Remove CDN includes from redirect template
Pipeline #574874282 passed
......@@ -6,11 +6,10 @@
<meta name="robots" content="noindex">
<link rel="canonical" href="<%= @item[:redirect_to] %>">
<meta http-equiv="refresh" content="0; url=<%= @item[:redirect_to] %>">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<link rel="stylesheet" href="/frontend/shared/global_imports.css">
<link rel="stylesheet" href="<%= @items['/assets/stylesheets/stylesheet.*'].path %>">
<link rel="stylesheet" href="<%= @items['/assets/stylesheets/footer.*'].path %>">
<script async src="<%= @items['/assets/javascripts/docs.*'].path %>"></script>
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,400italic' rel='stylesheet' type='text/css'>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment