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: getnikola/nikola-themes
base: 82ac6bbfafd0
Choose a base ref
...
head repository: getnikola/nikola-themes
compare: a058f709333f
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 31, 2015

  1. Fixes python3 compatibility issue mentioned in #64

    base_helper.tmpl uses .iteritems() to iterate thru the social_links list.
    But .iteritems() is not available in python3 
    .items() works for both python2 and 3
    mandarvaze committed Dec 31, 2015
    Copy the full SHA
    3942b40 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #66 from mandarvaze/patch-1

    Fixes python3 compatibility issue mentioned in #64
    Kwpolska committed Dec 31, 2015
    Copy the full SHA
    a058f70 View commit details
    Browse the repository at this point in the history