Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixos-homepage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0ad4e66df83c^
Choose a base ref
...
head repository: NixOS/nixos-homepage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 29740d10f1ff
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Sep 9, 2020

  1. Verified

    This commit was signed with the committer’s verified signature.
    bagder Daniel Stenberg
    Copy the full SHA
    0ad4e66 View commit details
  2. Copy the full SHA
    29740d1 View commit details
Showing with 16 additions and 1 deletion.
  1. +10 −1 layout.tt
  2. +6 −0 site-styles/components/footer.less
11 changes: 10 additions & 1 deletion layout.tt
Original file line number Diff line number Diff line change
@@ -99,7 +99,16 @@
</section>
<section>
<h4>The choice is yours</h4>
<pre style="border: 10px solid lime;">TODO</pre>
<h5>Get started with...</h5>
<ul>
<li><a href="[% root %]learn.html#nix">Nix Packages Manager</a></li>
<li><a href="[% root %]learn.html#nixos">NixOS Linux</a></li>
</ul>
<h5>Download...</h5>
<ul>
<li><a href="[% root %]download.html#nix">Nix Packages Manager</a></li>
<li><a href="[% root %]download.html#nixos">NixOS Linux</a></li>
</ul>
</section>
</div>
<hr />
6 changes: 6 additions & 0 deletions site-styles/components/footer.less
Original file line number Diff line number Diff line change
@@ -38,6 +38,12 @@ body > footer {
}
}

h5 {
margin: 0;
font-size: inherit;
color: #theme.color[gray-light];
}

abbr, abbr[title] {
text-decoration: none;
}