Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-study-front-share
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
yifu-study
front
yifu-study-front-share
Commits
f3091ed0
Commit
f3091ed0
authored
Mar 29, 2022
by
caihaifei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改样式.
parent
94bce30a
Pipeline
#15451
canceled with stage
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
10 deletions
+10
-10
post-header.pug
themes/stun/layout/_mixins/post-header.pug
+6
-0
copyright.pug
themes/stun/layout/_partials/widgets/copyright.pug
+0
-6
page.pug
themes/stun/layout/page.pug
+2
-2
post.pug
themes/stun/layout/post.pug
+2
-2
No files found.
themes/stun/layout/_mixins/post-header.pug
View file @
f3091ed0
...
@@ -110,3 +110,9 @@ mixin postHeader(post)
...
@@ -110,3 +110,9 @@ mixin postHeader(post)
id: 'busuanzi_value_page_pv'
id: 'busuanzi_value_page_pv'
}
}
})
})
span.post-author.post-meta-item
= post.author || __('post.author')
themes/stun/layout/_partials/widgets/copyright.pug
View file @
f3091ed0
div(class=`${is_post() ? 'post-copyright' : ''}`).copyright
div(class=`${is_post() ? 'post-copyright' : ''}`).copyright
div.copyright-author
span.copyright-author__name
= __('post.copyright.author') + ': '
span.copyright-author__value
if config.url && config.author
a(href=config.url)= config.author
div.copyright-link
div.copyright-link
span.copyright-link__name
span.copyright-link__name
= __('post.copyright.link') + ': '
= __('post.copyright.link') + ': '
...
...
themes/stun/layout/page.pug
View file @
f3091ed0
...
@@ -27,5 +27,5 @@ block content
...
@@ -27,5 +27,5 @@ block content
if isShowReward
if isShowReward
include ./_partials/widgets/reward.pug
include ./_partials/widgets/reward.pug
if isShowCC
//-
if isShowCC
include ./_partials/widgets/copyright.pug
//-
include ./_partials/widgets/copyright.pug
themes/stun/layout/post.pug
View file @
f3091ed0
...
@@ -19,8 +19,8 @@ block content
...
@@ -19,8 +19,8 @@ block content
div.post-ending.ending
div.post-ending.ending
div.ending__text= __('post.end')
div.ending__text= __('post.end')
if page.copyright === true || (isShowCC && theme.creative_commons.post)
//-
if page.copyright === true || (isShowCC && theme.creative_commons.post)
include ./_partials/widgets/copyright.pug
//-
include ./_partials/widgets/copyright.pug
if theme.post_widget.tags
if theme.post_widget.tags
if page.tags && page.tags.length > 0
if page.tags && page.tags.length > 0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment