mirror of
https://github.com/gomods/athens
synced 2026-02-03 11:00:32 +00:00
Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de>
This commit is contained in:
committed by
Rob j Loranger
parent
9ee0478780
commit
f8fd040684
@@ -4,8 +4,10 @@
|
||||
<meta charset="utf-8">
|
||||
<title>Athens Go Module Proxy</title>
|
||||
<%= stylesheetTag("application.css") %>
|
||||
<meta name="csrf-param" content="authenticity_token" />
|
||||
<meta name="csrf-token" content="<%= authenticity_token %>" />
|
||||
<%= if (authenticity_token) { %>
|
||||
<meta name="csrf-param" content="authenticity_token" />
|
||||
<meta name="csrf-token" content="<%= authenticity_token %>" />
|
||||
<% } %>
|
||||
<link rel="icon" href="<%= assetPath("images/favicon.ico") %>">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user