This is an automated email from the ASF dual-hosted git repository.
rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 128b9a7 use site wide copies of assets
128b9a7 is described below
commit 128b9a7f74efd7c41511522a60f2b2c87dba018f
Author: Sam Ruby <[email protected]>
AuthorDate: Tue May 9 20:19:03 2017 -0400
use site wide copies of assets
---
www/401.html | 2 +-
www/404.html | 2 +-
www/500.html | 2 +-
www/index.html | 2 +-
www/secretary/workbench/public/HOWTO.html | 2 +-
www/technology.html | 4 ++--
6 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/www/401.html b/www/401.html
index 1205d77..96a19b5 100644
--- a/www/401.html
+++ b/www/401.html
@@ -4,7 +4,7 @@
<meta charset="utf-8"/>
<title>Apache Whimsy - 401 Error Page</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="stylesheet" type="text/css"
href="/status/assets/bootstrap-min.css?1491171314"/>
+ <link rel="stylesheet" type="text/css" href="/assets/bootstrap-min.css"/>
</head>
<body>
<div class="header container-fluid">
diff --git a/www/404.html b/www/404.html
index f1adc8c..19c1d20 100644
--- a/www/404.html
+++ b/www/404.html
@@ -4,7 +4,7 @@
<meta charset="utf-8"/>
<title>Apache Whimsy - 404 Error Page</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="stylesheet" type="text/css"
href="/status/assets/bootstrap-min.css?1491171314"/>
+ <link rel="stylesheet" type="text/css" href="/assets/bootstrap-min.css"/>
</head>
<body>
<div class="header container-fluid">
diff --git a/www/500.html b/www/500.html
index 6ebda8e..d4fcaf2 100644
--- a/www/500.html
+++ b/www/500.html
@@ -4,7 +4,7 @@
<meta charset="utf-8"/>
<title>Apache Whimsy - 500 Error Page</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="stylesheet" type="text/css"
href="/status/assets/bootstrap-min.css?1491171314"/>
+ <link rel="stylesheet" type="text/css" href="/assets/bootstrap-min.css"/>
</head>
<body>
<div class="header container-fluid">
diff --git a/www/index.html b/www/index.html
index 9438f26..18c7e20 100644
--- a/www/index.html
+++ b/www/index.html
@@ -5,7 +5,7 @@
<title>Apache Whimsy</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Apache Whimsy Project And Server Code</title>
- <link rel="stylesheet" type="text/css"
href="/status/assets/bootstrap-min.css?1491171314"/>
+ <link rel="stylesheet" type="text/css" href="/assets/bootstrap-min.css"/>
<style type="text/css">
h2 {text-decoration: underline}
header h2 span {display: none}
diff --git a/www/secretary/workbench/public/HOWTO.html
b/www/secretary/workbench/public/HOWTO.html
index fc01a2d..2234aab 100644
--- a/www/secretary/workbench/public/HOWTO.html
+++ b/www/secretary/workbench/public/HOWTO.html
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8"/>
<title>ASF Secretary Mail application</title>
- <link rel="stylesheet" type="text/css" href="assets/bootstrap-min.css"/>
+ <link rel="stylesheet" type="text/css" href="/assets/bootstrap-min.css"/>
</head>
<body>
diff --git a/www/technology.html b/www/technology.html
index b337a10..916dd1d 100644
--- a/www/technology.html
+++ b/www/technology.html
@@ -5,7 +5,7 @@
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Apache Whimsy Project And Server Code</title>
- <link rel="stylesheet" type="text/css"
href="/status/assets/bootstrap-min.css?1491171314"/>
+ <link rel="stylesheet" type="text/css" href="/assets/bootstrap-min.css"/>
<style type="text/css">
.footer {
margin-top: 20px;
@@ -125,4 +125,4 @@
</div>
</div>
</body>
-</html>
\ No newline at end of file
+</html>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].