chore: 导航按钮适配
This commit is contained in:
		
							parent
							
								
									c93a0398c2
								
							
						
					
					
						commit
						32e87ec4dc
					
				| @ -1,15 +1,13 @@ | ||||
| <div class="actions"> | ||||
| <div class="actions" xmlns:th="https://www.thymeleaf.org"> | ||||
|     <div class="bullet-screen is-hidden-mobile is-hidden-all"> | ||||
|         <span>弹</span> | ||||
|     </div> | ||||
|     <div id="toggle-mode"> | ||||
|         <i class="fa fa-adjust"></i> | ||||
|     </div> | ||||
|     <#if settings.drawer_toc!true> | ||||
|         <div class="action-toc is-hidden-desktop"> | ||||
|             <i class="fa fa-list-ul"></i> | ||||
|         </div> | ||||
|     </#if> | ||||
|     <div th:if="${theme.config.basic_style.drawer_toc}" class="action-toc is-hidden-desktop"> | ||||
|         <i class="fa fa-list-ul"></i> | ||||
|     </div> | ||||
|     <div id="back-to-top"> | ||||
|         <i class="fa fa-arrow-up"></i> | ||||
|     </div> | ||||
| @ -22,7 +22,7 @@ | ||||
|           <div class="container<#if settings.sidebar_column?? && settings.sidebar_column!='all'> two-column</#if>"> | ||||
|               <div class="columns"> | ||||
|                   <div class="column column-main"> | ||||
|                     <th:block th:replace="${content}" /> | ||||
|                     <th:block th:insert="${content}" /> | ||||
|                   </div> | ||||
| <!--                  <#if !settings.sidebar_column?? || (settings.sidebar_column!='only-right' && settings.sidebar_column!='module-left')>--> | ||||
| <!--                      <@widget 'left' />--> | ||||
| @ -33,7 +33,7 @@ | ||||
|               </div> | ||||
|           </div> | ||||
|       </section> | ||||
| <!--      <#include "templates/common/actions.ftl">--> | ||||
|   <th:block th:replace="~{common/actions}"/> | ||||
| <!--      <#include "templates/common/footer.ftl">--> | ||||
| <!--      <#include "templates/common/scripts.html">--> | ||||
|   </body> | ||||
|  | ||||
| @ -1,7 +1,9 @@ | ||||
| <!DOCTYPE html> | ||||
| <html xmlns:th="https://www.thymeleaf.org" | ||||
|   th:replace="~{common/layout :: layout (title = ${site.title}, canonical = ${site.url}, content = ~{::content})}"> | ||||
| <th:block th:fragment="content"> | ||||
| 首页 | ||||
| </th:block> | ||||
| </html> | ||||
| <!--<#include "templates/layout_pjax.html">--> | ||||
| <!--<#global is_first_index=(posts.number == 0) >--> | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user