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: d9e9848180ac
Choose a base ref
...
head repository: NixOS/nixos-homepage
compare: 33cb31704d31
Choose a head ref
  • 3 commits
  • 6 files changed
  • 1 contributor

Commits on Oct 20, 2020

  1. common.tt: Add helper to inline SVG correctly

    The issue comes from a proper SVG having the <?xml > declaration. This
    is proper.
    
    What is wrong is having that declaration anywhere else in the document!!
    
    So we're now stripping it from SVG documents being inlined.
    samueldr committed Oct 20, 2020
    Copy the full SHA
    857fe64 View commit details
    Browse the repository at this point in the history
  2. governance.less: Inline the SVG diagram

    Why inline? FONTS!
    
    Otherwise we have to bake in the font outlines as fonts won't follow
    through <img /> or background image inclusions.
    samueldr committed Oct 20, 2020
    Copy the full SHA
    c0a8912 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    33cb317 View commit details
    Browse the repository at this point in the history