소스 검색

Add slogan and banner to recent theme

pull/7/head
Michael Walker 9 년 전
부모
커밋
19c35cdae6
1개의 변경된 파일9개의 추가작업 그리고 4개의 파일을 삭제
  1. +9
    -4
      templates/themes/recent/recent.html

+ 9
- 4
templates/themes/recent/recent.html 파일 보기

@@ -10,10 +10,15 @@
</head>
<body>
{{ boardlist.top }}
<header>
<h1>{{ settings.title }}</h1>
<div class="subtitle">{{ settings.subtitle }}</div>
</header>

<header>
<p class="bic">
<img class="board_image" src="{{ config.url_banner }}"style="{% if config.banner_width %}width:{{ config.banner_width }}px{% endif %};height:{{ config.banner_height }}px;" alt="" />
</p>
<h1>{{ settings.title }}</h1>
<div class="subtitle">PRESENT DAY. PRESENT TIME. HAHAHAHAHA</div>
</header>

<div class="box-wrap">
<div class="box left">


불러오는 중...
취소
저장