📄 navigation.tag
字号:
<%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c" %><%@ taglib uri="http://java.sun.com/jstl/fmt_rt" prefix="fmt" %><%@ taglib uri="http://pebble.sourceforge.net/pebble" prefix="pebble" %><%-- Displays the basic navigation mechanisms; including the calendar, search and links to category/tag pages.--%><c:if test="${blogType == 'singleblog'}"><div class="sidebarItem"> <div class="sidebarItemTitle"><span><fmt:message key="sidebar.navigate" /></span></div> <div class="sidebarItemBody"> <pebble:calendar/> </div></div></c:if>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -