Skip to content

Commit 0544978

Browse files
committed
Add timestamp to pages
1 parent 56fbb8b commit 0544978

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

architecture.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</a>
3131
</header>
3232
<article>
33-
<h1 id="dit4c-architecture">DIT4C Architecture</h1>
33+
<h1 id="dit4c-architecture">DIT4C Architecture</h1>
3434
<h2 id="basic-components">Basic Components</h2>
3535
<p>DIT4C has four core components:</p>
3636
<ul>
@@ -76,6 +76,7 @@ <h3 id="upload-helper">Upload Helper</h3>
7676
<h2 id="further-detail">Further Detail</h2>
7777
<p>See &quot;<a href="./running.html">installation guide</a>&quot; for further details on how the components fit together.</p>
7878

79+
<div class="timestamp">Last updated: 2017-03-16T02:01:34Z</div>
7980
</article>
8081
<footer>
8182
<p>Want to know more?</p>

components/base-style.html

+7
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,12 @@
107107
header a, footer a {
108108
color: white;
109109
}
110+
111+
.timestamp {
112+
margin-top: 30px;
113+
text-align: right;
114+
font-size: 75%;
115+
color: var(--paper-grey-500);
116+
}
110117
</style>
111118
</custom-style>

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ <h3 id="running">Running</h3>
7070
<h3 id="release-signing-key">Release Signing Key</h3>
7171
<p><a href="./release-signing-key.asc">Download release-signing-key.asc</a></p>
7272

73+
<div class="timestamp">Last updated: 2017-03-16T02:01:34Z</div>
7374
</article>
7475
<footer>
7576
<p>Want to know more?</p>

running.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</a>
3131
</header>
3232
<article>
33-
<h1 id="running-dit4c">Running DIT4C</h1>
33+
<h1 id="running-dit4c">Running DIT4C</h1>
3434
<h2 id="overview">Overview</h2>
3535
<h3 id="in-development">In Development</h3>
3636
<p>To run a minimal DIT4C environment for development, you need to run the following:</p>
@@ -690,6 +690,7 @@ <h3 id="security-implications">Security implications</h3>
690690
</code></pre><p>To use the storage servers, specify a storage helper for schedulers using the <code>--storage-image</code> scheduler flag. Some security features of rkt are disabled in order to mount storage.</p>
691691
<p>When running in a development environment, keep in mind that all compute nodes must be able to contact the storage server directly.</p>
692692

693+
<div class="timestamp">Last updated: 2017-03-16T02:01:34Z</div>
693694
</article>
694695
<footer>
695696
<p>Want to know more?</p>

0 commit comments

Comments
 (0)