加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 2.09 KB
一键复制 编辑 原始数据 按行查看 历史
---
layout: page
description: "Globien,一种新的国际语:中西融合,即学即会,让全世界沟通更容易。"
---
<ul class="pager">
<li class="next">
<a href="https://globien.github.io/" data-toggle="tooltip" data-placement="top" title="English Version">
English<br>
</a>
</li>
<li class="next">
<a href="https://globien.github.io/2018/12/10/brief/" data-toggle="tooltip" data-placement="top" title="格罗比言简介">
了解更多<br>
</a>
</li>
<li class="next">
<a href="https://globien.github.io/1-resources/" data-toggle="tooltip" data-placement="top" title="学习资料集">
开始学习<br>
</a>
</li>
</ul>
{% for post in paginator.posts %}
<div class="post-preview">
<a href="{{ post.url | prepend: site.baseurl }}">
<h2 class="post-title">
{{ post.title }}
</h2>
{% if post.subtitle %}
<h3 class="post-subtitle">
{{ post.subtitle }}
</h3>
{% endif %}
<div class="post-content-preview">
{{ post.content | strip_html | truncate:200 }}
</div>
</a>
<p class="post-meta">
Posted by {% if post.author %}{{ post.author }}{% else %}{{ site.title }}{% endif %} on {{ post.date | date: "%B %-d, %Y" }}
</p>
</div>
<hr>
{% endfor %}
<!-- Pager -->
{% if paginator.total_pages > 1 %}
<ul class="pager">
{% if paginator.previous_page %}
<li class="previous">
<a href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}">&larr; Newer Posts</a>
</li>
{% endif %}
{% if paginator.next_page %}
<li class="next">
<a href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}">Older Posts &rarr;</a>
</li>
{% endif %}
</ul>
{% endif %}
<!-- 回传giteement评论页网址 -->
<script src="https://giteement.oss-cn-beijing.aliyuncs.com/oauthcallback.browser.js"></script>
<script>
Oauthcallback();
</script>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化