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
base: 61737fc9355d
Choose a base ref
...
head repository: NixOS/nixos-homepage
compare: 5d19825bfd0b
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Sep 10, 2020

  1. Copy the full SHA
    0be95e6 View commit details
    Browse the repository at this point in the history
  2. copy-nix-dev-tutorials: use printf to fix title

    The title was using what amounted to:
    
       echo '[% $title %]' > file.tt
    
    Which put the literal `$title` perl variable, which in Template Toolkit,
    an undefined variable is equivalent to an empty string.
    
    This made the <title /> of the page be "NixOS - Guides - ".
    
    This fixes that by using the better `printf` building for building
    strings to print.
    
    Additionally we can drop the empty echoes and use `\n` as printf honours
    them.
    samueldr committed Sep 10, 2020
    Copy the full SHA
    8e8ccec View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Merge pull request #524 from samueldr/fix/guides-titles

    Fix guides titles (<title>)
    garbas committed Sep 14, 2020
    1
    Copy the full SHA
    5d19825 View commit details
    Browse the repository at this point in the history