瀏覽代碼

Fix attribution

Harm Aarts 7 年之前
父節點
當前提交
d27c1c47a2
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      lib/docs/scrapers/pony.rb

+ 4 - 1
lib/docs/scrapers/pony.rb

@@ -5,7 +5,10 @@ module Docs
     self.base_url = 'https://stdlib.ponylang.io/'
 
     html_filters.push 'pony/container', 'pony/entries'
-    options[:attribution] = "Me"
+
+    options[:attribution] = <<-HTML
+      &copy; 2018 Pony Developers
+    HTML
 
     options[:trailing_slash] = false
     options[:skip_patterns] = [/src/]