add UPDATED to post
This commit is contained in:
parent
0a74684b10
commit
cb88280d4a
@ -1,6 +1,7 @@
|
||||
---
|
||||
title: "Porteus Packages"
|
||||
date: 2022-07-08T03:34:39+03:00
|
||||
lastmod: 2022-10-01T03:34:39+03:00
|
||||
draft: false
|
||||
tags: [linux, packages, porteus, repository]
|
||||
---
|
||||
@ -8,6 +9,8 @@ tags: [linux, packages, porteus, repository]
|
||||
## Repository | Репозиторий
|
||||
Пакеты для [Porteus](http://porteus.org/) Linux, собранные мной.
|
||||
|
||||
> Обновлено: 1 октября 2022 г.
|
||||
|
||||
- [rtl8188eu](#rtl8188eu) - Stand-alone RTL8188EU driver
|
||||
- [Sublime Text 4](#sublime-text-4) - Sophisticated text editor for code, markup and prose
|
||||
- [Crystal](#crystal) - The Crystal Programming Language
|
||||
|
@ -14,7 +14,12 @@
|
||||
<section class="bg-white border rounded shadow-sm p-3 mb-3 text-center">
|
||||
<h3 class="m-0 p-0">{{ .Title }}</h3>
|
||||
|
||||
<i class="d-block mt-2 text-secondary">Опубликовано: {{ time.Format "2 January 2006 г." .PublishDate }}</i>
|
||||
<div class="mt-2 text-secondary">
|
||||
<i class="d-block">Опубликовано: {{ time.Format "2 January 2006 г." .PublishDate }}</i>
|
||||
{{ if lt .PublishDate.Unix .Lastmod.Unix }}
|
||||
<i class="d-block">Обновлено: {{ time.Format "2 January 2006 г." .Lastmod }}</i>
|
||||
{{ end }}
|
||||
</div>
|
||||
|
||||
<div class="border-top mt-3 p-3 pb-0">
|
||||
{{ with .Params.tags }}
|
||||
|
Loading…
Reference in New Issue
Block a user