Skip to content

Commit

Permalink
Use existing design commented out until #336 implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
yasulab committed Jan 16, 2025
1 parent 1f42463 commit 16f9864
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
10 changes: 7 additions & 3 deletions docs/_layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@
<article>
<h1 class="post-title" data-aos="fade-up" data-aos-delay="200" data-aos-offset="0">{{ page.title }}</h1>
{% comment %}
<div class="post-date" data-aos="fade-left" data-aos-delay="300" data-aos-offset="0">
<time>{{ page.date | date_to_string }}</time>
<a href='{{ page.commit_url }}'>
{% if page.lang == 'en' %}
Updated: <time>{{ page.commit_at | date_to_string }}</time>
{% else %}
掲載日: <time>{{ page.commit_at | date: "%Y-%m-%d " }}</time>
{% endif %}
</a>
</div>
{% endcomment %}
<div class="margin-top-20 margin-bottom-50">
{{ content }}
Expand Down
1 change: 0 additions & 1 deletion docs/upsert_data_by_readme.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
#{CGI.unescapeHTML description}
COMPANY_PAGE

#company << "date: 2019-01-01 00:00:00 +0900\n" # Not being used
#company << "by: John Doe\n" # Not being used
#company << "image: ''\n" # Not being used

Expand Down

0 comments on commit 16f9864

Please sign in to comment.