We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b06ff commit 0aad26aCopy full SHA for 0aad26a
_plugins/element_pages.rb
@@ -16,7 +16,7 @@ def initialize(site, base, dir, element)
16
isPaperElement = element.start_with? "paper-"
17
18
self.data['element'] = element
19
- self.data['title'] = "Polymer #{isPaperElement ? 'paper' : 'core'} elements"
+ self.data['title'] = "#{element} - Polymer #{isPaperElement ? 'paper' : 'core'} elements"
20
self.data['type'] = 'elements'
21
self.data['shortname'] = 'Elements'
22
if isPaperElement
0 commit comments