mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
Remove some view repetition
This commit is contained in:
parent
6949c34b33
commit
8cf9ef8dfe
1 changed files with 7 additions and 7 deletions
|
@ -530,13 +530,13 @@
|
|||
m(".col-md-8", [
|
||||
m("section.jumbotron", [
|
||||
m("ul", [
|
||||
m("li", m.trust("<strong>Up-to-date packages built on our servers from upstream source</strong>")),
|
||||
m("li", m.trust("<strong>Installable in any recent Emacs using 'package.el'</strong> - no need to install svn/cvs/hg/bzr/git/darcs/fossil etc.")),
|
||||
m("li", m.trust("<strong>Curated</strong> - no obsolete, renamed, forked or randomly hacked packages")),
|
||||
m("li", m.trust("<strong>Comprehensive</strong> - more packages than any other archive")),
|
||||
m("li", m.trust("<strong>Automatic updates</strong> - new commits result in new packages")),
|
||||
m("li", m.trust("<strong>Extensible</strong> - contribute recipes via github, and we'll build the packages"))
|
||||
])
|
||||
"<strong>Up-to-date packages built on our servers from upstream source</strong>",
|
||||
"<strong>Installable in any recent Emacs using 'package.el'</strong> - no need to install svn/cvs/hg/bzr/git/darcs/fossil etc.",
|
||||
"<strong>Curated</strong> - no obsolete, renamed, forked or randomly hacked packages",
|
||||
"<strong>Comprehensive</strong> - more packages than any other archive",
|
||||
"<strong>Automatic updates</strong> - new commits result in new packages",
|
||||
"<strong>Extensible</strong> - contribute recipes via github, and we'll build the packages"
|
||||
].map(function(content) { return m("li", m.trust(content)); }))
|
||||
])
|
||||
]),
|
||||
m(".col-md-4", [
|
||||
|
|
Loading…
Reference in a new issue