Skip to content
Snippets Groups Projects
Commit 1606753f authored by David Byers's avatar David Byers
Browse files

Add build date to website

parent 040407cc
No related branches found
No related tags found
1 merge request!8Beta
Pipeline #33086 failed
...@@ -18,6 +18,7 @@ pages: ...@@ -18,6 +18,7 @@ pages:
stage: deploy stage: deploy
script: script:
- cp -r site .public - cp -r site .public
- sed -ei "s/%DATE%/$(date +'%Y-%m-%d %H:%M')/g" .public/index.html
- cp build/safelinks-cleaner-thunderbird.xpi .public - cp build/safelinks-cleaner-thunderbird.xpi .public
- cp build/safelinks-cleaner-firefox.xpi .public - cp build/safelinks-cleaner-firefox.xpi .public
- mv .public public - mv .public public
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<meta name="description" content=""> <meta name="description" content="">
<meta name="author" content=""> <meta name="author" content="">
<link rel="shortcut icon" href="favicon.ico"> <link rel="shortcut icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css"> <link href="https://fonts.oogleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="assets/css/bootstrap.min.css"> <link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link id="theme-style" rel="stylesheet" href="assets/css/styles.css"> <link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
</head> </head>
...@@ -30,6 +30,8 @@ ...@@ -30,6 +30,8 @@
links mangled by Microsoft Defender for Office 365 Safe links mangled by Microsoft Defender for Office 365 Safe
Links. Download the stable extension using your browser or Links. Download the stable extension using your browser or
mail program, or join the beta crowd here. mail program, or join the beta crowd here.
<br />
<span class="small">Most recent build: %BUILDDATE%</span>
</div><!--//tagline--> </div><!--//tagline-->
</div><!--//container--> </div><!--//container-->
</header><!--//header--> </header><!--//header-->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment