hugolib: Cast taxonomy weight parameters to int

Fixes #4628
This commit is contained in:
Cameron Moore
2018-10-02 20:54:36 -05:00
committed by Bjørn Erik Pedersen
parent 498d629958
commit 1fd30d462e
2 changed files with 9 additions and 6 deletions

View File

@@ -823,7 +823,7 @@ tags = "a"
tags_weight = 33
title = "bar"
categories = [ "d", "e" ]
categories_weight = 11
categories_weight = 11.0
alias = "spf13"
date = 1979-05-27T07:32:00Z
+++