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: af27d953205b^
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: cd3047cecc59
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Sep 9, 2020

  1. Copy the full SHA
    af27d95 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e1144ba View commit details
  3. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    cd3047c View commit details
Showing with 17 additions and 1 deletion.
  1. +1 −0 Makefile
  2. +10 −1 layout.tt
  3. +6 −0 site-styles/components/footer.less
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -108,6 +108,7 @@ favicon.ico: favicon.png
--pre_chomp --post_chomp \
--define root=$(ROOT) \
--define fileName=$< \
--define outputName=$@ \
--define nixosAmis=$(NIXOS_AMIS) \
--define latestNixVersion=$(NIX_STABLE_VERSION) \
--define latestNixOSSeries=$(NIXOS_STABLE_SERIES) \
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;
}