Created
May 2, 2020 09:00
-
-
Save flyerhzm/80587b7026f2748dabbf2c47ac3b2cb0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def title | |
- Utils.slugify(@obj.data["slug"], :mode => "pretty", :cased => true) || | |
- Utils.slugify(@obj.basename_without_ext, :mode => "pretty", :cased => true) | |
+ Utils.slugify(@obj.data["slug"], :mode => "pretty", :cased => true) || Utils.slugify(@obj.basename_without_ext, :mode => "pretty", :cased => true) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment