-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #67 from youranreus/dev3.0
version 3.3.1
- Loading branch information
Showing
11 changed files
with
156 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* | ||
* @package G | ||
* @author 季悠然 | ||
* @version 3.3.0 | ||
* @version 3.3.1 | ||
* @link https://季悠然.space | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<?php | ||
/** | ||
* 友情链接_旧 | ||
* | ||
* @package custom | ||
*/ | ||
$this->need('components/header.php'); | ||
?> | ||
|
||
<div class="PAP" id="link"> | ||
<article itemscope itemtype="http://schema.org/BlogPosting"> | ||
<div id="post-banner" class="PAP-banner <?php $img = G::getArticleFieldsBanner($this); | ||
if ($img != 'none') echo 'PAP-IMG-Banner'; ?>"> | ||
<?php $img = G::getArticleFieldsBanner($this); | ||
if ($img != 'none'): ?> | ||
<div class="PAP-banner-background" style="background-image: url('<?php echo $img; ?>');"></div> | ||
<div class="PAP-banner-mask"></div> | ||
<?php endif; ?> | ||
<div> | ||
<h1 itemprop="name headline"><?php $this->title() ?></h1> | ||
</div> | ||
</div> | ||
<div class="post-content PAP-content" itemprop="articleBody"> | ||
<?php echo G::analyzeContent($this->content); ?> | ||
</div> | ||
<div class="friends"> | ||
<?php if (isset($this->options->plugins['activated']['Links'])) : ?> | ||
<?php Links_Plugin::output(" | ||
<li class='clear'> | ||
<a href='{url}' target='_blank'></a> | ||
<img src='{image}' alt='{name}'/> | ||
<div class='link-item-content-old'> | ||
<h3>{name}</h3> | ||
<span>{sort}</span> | ||
<p>{description}</p> | ||
</div> | ||
</li> | ||
", 0); ?> | ||
<?php else: ?> | ||
<p>请启用Link插件</p> | ||
<?php endif; ?> | ||
</div> | ||
</article> | ||
</div> | ||
|
||
<?php if ($this->fields->enableComment == 1): ?> | ||
<?php $this->need('components/comments.php'); ?> | ||
<?php endif; ?> | ||
<?php $this->need('components/footer.php'); ?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters