소스 검색

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/]