blog/themes/grid/layout/recently.ejs
2021-05-17 15:52:35 +08:00

12 lines
551 B
Plaintext

<div class="flex mx-2 my-2 main-content">
<section class="w-3-4-a w-2-2-m px-1 extend-1-a">
<%- partial('partial/post/update-list', {start: 1}) %>
<div class="uk-card uk-card-default uk-card-small uk-width-1-1 px-2 py-1 flex rm-end-a cm-center-a">
<a href="#" uk-totop uk-scroll class="" title="回到页首" tooltip="回到页首"></a>
</div>
</section>
<section class="w-1-4-a flex col-a hin him">
<%- partial('partial/side', {'noCategories': false, 'noTags': false}) %>
</section>
</div>