📄 about.tag
字号:
<%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c" %><%@ taglib uri="http://java.sun.com/jstl/fmt_rt" prefix="fmt" %><%-- Displays the "about" information, as set on the blog properties page.--%><c:if test="${blogType == 'singleblog'}"><c:if test="${not empty blog.about}"><div class="sidebarItem"> <div class="sidebarItemTitle"><span><fmt:message key="common.about" /></span></div> <div class="sidebarItemBody"> ${blog.about} </div></div></c:if></c:if>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -