diff --git a/.vs/alphazero-official.github.io/v16/.suo b/.vs/alphazero-official.github.io/v16/.suo index 005cb54..b03a802 100644 Binary files a/.vs/alphazero-official.github.io/v16/.suo and b/.vs/alphazero-official.github.io/v16/.suo differ diff --git a/_plugins/rendertime.rb b/_plugins/rendertime.rb index 60d25d4..298a550 100644 --- a/_plugins/rendertime.rb +++ b/_plugins/rendertime.rb @@ -7,7 +7,7 @@ def initialize(tag_name, text, tokens) end def render(context) - "#{@text} #{{ Time.now | date_to_xmlschema }}" + "#{@text} #{Time.now}" end end end