📄 index.rhtml
字号:
<% for article in @articles -%> <div class="post"> <%= render_partial "article", article %> <%= link_to_permalink article, _("Read more") + "..." if article.extended? %> <p class="meta"><%= article_links article %></p> </div><% end -%><% unless @pages.item_count <= this_blog.limit_article_display %> <p id="pagination"><%= _("Older posts")%>: <%= pagination_links @pages, :params => { :action => @controller.action_name } %></p><% end -%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -