10000 Comparing gohugoio:master...Mic92:master · gohugoio/hugo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: gohugoio/hugo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Mic92/hugo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 1 file changed
  • 2 contributors

Commits on Oct 2, 2018

  1. helpers/content.go: call rst2html directly to render content

    The current code tries to use the python executable to call
    rst2html. This is not correct since the python executable
    named `python` might not be the correct python interpreter for the installed
    rst2html.
    As the code already depend on rst2html to be an executable let's call
    rst2html directly.
    
    This fixes as a side-effect also hugo in nixpkgs where rst2html is a shell wrapper.
    
    Co-authored-by: Shreyansh Khajanchi <shreyansh_k@live.com>
    Mic92 and shreyanshk committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    17c4203 View commit details
    Browse the repository at this point in the history
Loading
0