mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-21 02:41:52 +02:00
commit
55bb04f362
3 changed files with 13 additions and 4 deletions
|
@ -12,6 +12,12 @@ article:
|
|||
word_count:
|
||||
one: "{{ .Count }} টি শব্দ"
|
||||
other: "{{ .Count }} টি শব্দ"
|
||||
views:
|
||||
one: "{{ .Count }} বার দেখা হয়েছে"
|
||||
other: "{{ .Count }} বার দেখা হয়েছে"
|
||||
likes:
|
||||
one: "{{ .Count }} বার পছন্দ করা হয়েছে"
|
||||
other: "{{ .Count }} বার পছন্দ করা হয়েছে"
|
||||
|
||||
author:
|
||||
byline_title: "লেখক"
|
||||
|
@ -53,3 +59,6 @@ sharing:
|
|||
|
||||
shortcode:
|
||||
recent_articles: "সাম্প্রতিক"
|
||||
|
||||
recent:
|
||||
show_more: "আরো দেখুন"
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "hugo-blowfish-theme",
|
||||
"version": "2.9.1",
|
||||
"version": "2.11.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "hugo-blowfish-theme",
|
||||
"version": "2.9.1",
|
||||
"version": "2.11.0",
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hugo-blowfish-theme",
|
||||
"version": "2.10.0",
|
||||
"version": "2.11.0",
|
||||
"description": "Blowfish theme for Hugo",
|
||||
"scripts": {
|
||||
"preinstall": "rimraf assets/vendor",
|
||||
|
|
Loading…
Add table
Reference in a new issue