Class: Fronde::Source::Gemini

Inherits:
Source
  • Object
show all
Defined in:
lib/fronde/source/gemini.rb

Overview

Specific settings for Gemini Fronde::Source

Class Method Summary collapse

Class Method Details

.org_default_postambleObject



8
9
10
11
12
13
14
15
# File 'lib/fronde/source/gemini.rb', line 8

def org_default_postamble
  format(
    "šŸ“… %<date>s\nšŸ“ %<author>s %<creator>s",
    author: I18n.t('fronde.org.postamble.written_by'),
    creator: I18n.t('fronde.org.postamble.with_emacs'),
    date: I18n.t('fronde.org.postamble.last_modification')
  )
end