Skip to content

Commit d27c1c4

Browse files
committed
Fix attribution
1 parent 40cfc60 commit d27c1c4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/docs/scrapers/pony.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ class Pony < UrlScraper
55
self.base_url = 'https://stdlib.ponylang.io/'
66

77
html_filters.push 'pony/container', 'pony/entries'
8-
options[:attribution] = "Me"
8+
9+
options[:attribution] = <<-HTML
10+
&copy; 2018 Pony Developers
11+
HTML
912

1013
options[:trailing_slash] = false
1114
options[:skip_patterns] = [/src/]

0 commit comments

Comments
 (0)